Skip to content

Commit f4a3dc3

Browse files
committed
Merge branch 'release/v1.8.1'
2 parents 1cba689 + c6e03f6 commit f4a3dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: create_release
2828
uses: actions/[email protected]
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_ACTIONS_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3131
with:
3232
tag_name: ${{ github.ref }}
3333
release_name: Release ${{ github.ref }}
@@ -37,7 +37,7 @@ jobs:
3737
id: upload-release-asset
3838
uses: actions/[email protected]
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_ACTIONS_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4141
with:
4242
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
4343
asset_path: github-actions-exporter

0 commit comments

Comments
 (0)