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 c872332 commit 2c7d010Copy full SHA for 2c7d010
.github/workflows/reusable-sync.yml
@@ -95,6 +95,7 @@ jobs:
95
- uses: actions/checkout@v3
96
with:
97
fetch-depth: 0 # As we want to check if the remote branch already exists and is up to date
98
+ token: ${{ secrets.GITHUB_TOKEN_OVERRIDE || secrets.GITHUB_TOKEN }}
99
100
- name: Set up Node.js
101
if: inputs.npm-pre-sync-script || inputs.npm-post-sync-script
@@ -186,8 +187,6 @@ jobs:
186
187
git push origin ${{ inputs.branch-name }} -fu --no-verify
188
fi
189
- env:
190
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN_OVERRIDE || secrets.GITHUB_TOKEN }}
191
192
- name: Open a PR for the sync
193
if: steps.push-changes.outputs.createPR
0 commit comments