Skip to content

Commit e7e4f14

Browse files
committed
cads
1 parent ef7c0fe commit e7e4f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/promote-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
# set -e
7373
- name: 'Get default branch'
7474
id: get-default-branch
75+
env:
76+
GH_TOKEN: ${{ github.token }}
7577
run: |
7678
echo $(gh api repos/${{ github.repository }} --jq '.default_branch')
7779
- name: 'Validate target branch in origin'

0 commit comments

Comments
 (0)