We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca96a04 commit 71c920aCopy full SHA for 71c920a
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Delete existing latest release
56
if: github.ref == 'refs/heads/add-jetson-action' && github.event_name == 'push'
57
run: |
58
- curl -s -X DELETE -H "Authorization: token $GITHUB_TOKEN" \
+ curl -s -X DELETE -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
59
"https://api.github.com/repos/${{ github.repository }}/releases/tags/latest" || echo "No existing latest release"
60
61
- name: Upload latest
0 commit comments