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.
2 parents 7749b6f + 365f906 commit a4af6ebCopy full SHA for a4af6eb
.github/workflows/on_merge.yml
@@ -46,5 +46,6 @@ jobs:
46
- name: Login and merge PR with gh
47
if: env.CHANGED == 'true'
48
run: |
49
- gh auth login --with-token < ${{ secrets.GITHUB_TOKEN }}
+ echo ${{ secrets.GITHUB_TOKEN }} > token.txt
50
+ gh auth login --with-token < token.txt
51
gh pr merge --auto --squash --delete-branch
0 commit comments