Skip to content

Commit e5d4f56

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: Build and push image
3333
run: make image-build-push
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436

3537
release:
3638
name: Release
@@ -47,8 +49,6 @@ jobs:
4749

4850
- name: manifest
4951
run: make release
50-
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252

5353
- name: Generate Release Notes
5454
run: |

0 commit comments

Comments
 (0)