Skip to content

Commit 7e89e3e

Browse files
authored
fix/release: add token for Containerfile upload
1 parent 5b14170 commit 7e89e3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
run: gh release create "${{ github.ref_name }}" --generate-notes vanilla-pico.tar.zst checksums.txt
5252

5353
- name: Upload Containerfile to Release
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5456
run: gh release upload "${{ github.ref_name }}" Containerfile
5557

5658
- name: Attest Release Files

0 commit comments

Comments
 (0)