Skip to content

Commit

Permalink
fix: use other access token
Browse files Browse the repository at this point in the history
  • Loading branch information
jappyjan committed Dec 11, 2023
1 parent c0b8f18 commit 6e38cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RH_OSD_INJECTOR_RELEASE_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./artifacts/artifacts.zip
Expand Down

0 comments on commit 6e38cb1

Please sign in to comment.