We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78d585 commit 567e6c7Copy full SHA for 567e6c7
.github/workflows/pdf-tools-app.yml
@@ -55,7 +55,9 @@ jobs:
55
56
- name: Debug GITHUB_TOKEN
57
run: |
58
- curl -H "Authorization: token secrets.GITHUBTOKEN"https://api.github.com/repos/{{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/{{ github.repository }}
+ curl -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/{{ github.repository }}
59
+ env:
60
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
62
- name: Create Release
63
id: create_release
0 commit comments