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 5b14170 commit 7e89e3eCopy full SHA for 7e89e3e
.github/workflows/release.yml
@@ -51,6 +51,8 @@ jobs:
51
run: gh release create "${{ github.ref_name }}" --generate-notes vanilla-pico.tar.zst checksums.txt
52
53
- name: Upload Containerfile to Release
54
+ env:
55
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: gh release upload "${{ github.ref_name }}" Containerfile
57
58
- name: Attest Release Files
0 commit comments