Skip to content

Commit

Permalink
add repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrej committed Dec 12, 2023
1 parent 51b3de2 commit 86819d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
ref: ${{ github.ref }}
check-name: 'build base image'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

- name: Checkout repository
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
with:
ref: ${{ github.ref }}
check-name: 'build base image'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

- name: Checkout repository
Expand Down

0 comments on commit 86819d8

Please sign in to comment.