Skip to content

Commit af9b6c0

Browse files
committed
Add token so we can call gh CLI
1 parent 10c6198 commit af9b6c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050

5151
- name: Build container image
5252
env:
53+
GH_TOKEN: ${{ github.token }}
5354
CONTAINER: ${{ env.NAME }}:${{ env.TAG }}
5455
run: |
5556
make generate-dockerfile

0 commit comments

Comments
 (0)