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 35a19d4 commit 4342165Copy full SHA for 4342165
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Update release artifcat
49
run: |
50
curl -sS -XPOST \
51
- -H "Authorization: token ${{ secrets.GITHUB_ACCESS_TOKEN }}" \
+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
52
-H "Content-Type: application/zip" \
53
--data-binary @${{ env.RELEASE_FILE }} \
54
"https://uploads.github.com/repos/otiai10/amesh/releases/${{ env.RELEASE_ID }}/assets?name=${{ env.RELEASE_FILE }}"
0 commit comments