We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67508cc commit e23162fCopy full SHA for e23162f
.github/workflows/release-build.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Upload Release Artifact
62
uses: actions/upload-release-asset@v1
63
with:
64
- github_token: ${{ secrets.PAT }}
+ access-token: ${{ secrets.PAT }}
65
upload_url: ${{ github.event.release.upload_url }}
66
67
# This now uses the exact path found in the previous step, avoiding the wildcard bug.
0 commit comments