We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23162f commit ad9df5dCopy full SHA for ad9df5d
.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
- access-token: ${{ secrets.PAT }}
+ repo-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