Skip to content

Commit

Permalink
Merge pull request #61 from FormantIO/fvolcic-patch-4
Browse files Browse the repository at this point in the history
Update to default GH actions token
  • Loading branch information
fvolcic authored Jul 22, 2024
2 parents ce6327a + 0887e1b commit 890aa5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-release-ros2-adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
release_name: Release ${{ steps.ros2-adapter-vars.outputs.release_tag }}
draft: false
prerelease: false
GITHUB_TOKEN: ${{ secrets.ADAPTER_GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.ADAPTER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Release Asset for Ros2 adapter
uses: actions/upload-release-asset@v1
Expand All @@ -42,6 +41,5 @@ jobs:
asset_path: ${{ github.workspace }}/adapter.zip
asset_name: ros2-adapter.zip
asset_content_type: application/zip
GITHUB_TOKEN: ${{ secrets.ADAPTER_GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.ADAPTER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 890aa5a

Please sign in to comment.