Skip to content

Commit 9b5e430

Browse files
committed
feat: devtest using pr number as image identifier
1 parent dbd9a28 commit 9b5e430

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/stage-3-build-images-devtest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145
146146
- name: Set Image Tags
147147
id: set-image-tags
148+
env:
149+
GH_TOKEN: ${{ github.token }}
148150
run: |
149151
150152
PR_NUM=$(gh api repos/${{ github.repository }}/commits/${{ github.sha }}/pulls --jq '.[0].number')

0 commit comments

Comments
 (0)