Skip to content

Commit 567e6c7

Browse files
authored
Update pdf-tools-app.yml
1 parent a78d585 commit 567e6c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pdf-tools-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555

5656
- name: Debug GITHUB_TOKEN
5757
run: |
58-
curl -H "Authorization: token secrets.GITHUBTOKEN"https://api.github.com/repos/{{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/{{ github.repository }}
58+
curl -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/{{ github.repository }}
59+
env:
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5961

6062
- name: Create Release
6163
id: create_release

0 commit comments

Comments
 (0)