We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7c0fe commit e7e4f14Copy full SHA for e7e4f14
.github/workflows/promote-branch.yml
@@ -72,6 +72,8 @@ jobs:
72
# set -e
73
- name: 'Get default branch'
74
id: get-default-branch
75
+ env:
76
+ GH_TOKEN: ${{ github.token }}
77
run: |
78
echo $(gh api repos/${{ github.repository }} --jq '.default_branch')
79
- name: 'Validate target branch in origin'
0 commit comments