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 2114e05 commit d71e5a1Copy full SHA for d71e5a1
1 file changed
.github/workflows/check-skills.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
32
with:
33
fetch-depth: 0
34
- persist-credentials: false
+ persist-credentials: true # review job pushes a generated branch
35
36
- name: Setup Node
37
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -121,7 +121,7 @@ jobs:
121
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
122
git checkout -b "$BRANCH"
123
git commit --allow-empty -m "chore: review stale skills for ${VERSION}"
124
- git push "https://x-access-token:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" "$BRANCH"
+ git push origin "$BRANCH"
125
126
node <<'NODE'
127
const fs = require('fs')
0 commit comments