Skip to content

Commit 4eb629d

Browse files
Add GITHUB_TOKEN for image pushing CI job
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent 4c2c0bb commit 4eb629d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: manifest
4949
run: make release
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5052

5153
- name: Generate Release Notes
5254
run: |

0 commit comments

Comments
 (0)