Skip to content

Commit acd75ce

Browse files
committed
feat: skip testing and deployment
1 parent a15c423 commit acd75ce

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
@@ -140,6 +140,8 @@ jobs:
140140
141141
- name: Set Image Tags
142142
id: set-image-tags
143+
env:
144+
GH_TOKEN: ${{ github.token }}
143145
run: |
144146
145147
PR_NUM=$(gh api repos/${{ github.repository }}/commits/${{ github.sha }}/pulls --jq '.[0].number')

0 commit comments

Comments
 (0)