There was an error while loading. Please reload this page.
1 parent f622b11 commit beb134eCopy full SHA for beb134e
1 file changed
.github/workflows/auto-patch-upstream.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0
19
fetch-tags: true
20
+ token: ${{ secrets.RELEASE_PAT }}
21
22
- name: Sync upstream tags
23
run: |
@@ -100,7 +101,7 @@ jobs:
100
101
print ""
102
}1' "${NODE_FILE}" > tmp && mv tmp "${NODE_FILE}"
103
- # 4. Remove .github/ so push doesn't require workflows permission
104
+ # 4. Remove upstream .github/ — our release.yml lives on the default branch
105
rm -rf .github/
106
107
# 5. Commit, tag, push
0 commit comments