Skip to content

Commit 2d491d9

Browse files
committed
added env var GITHUB_TOKEN to 'Release Tarballs Files' step in github action
1 parent a9fff69 commit 2d491d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
run: promu checksum .tarballs
6969

7070
- name: Release Tarballs Files
71-
env:
72-
GITHUB_TOKEN: {{secrets.GITHUB_TOKEN}}
7371
run: promu release .tarballs
72+
env:
73+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
7474

7575
- name: Upload artifacts to Github
7676
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)