Skip to content

Commit beb134e

Browse files
committed
fix auto-patch-upstream.yml
1 parent f622b11 commit beb134e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-patch-upstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
fetch-tags: true
20+
token: ${{ secrets.RELEASE_PAT }}
2021

2122
- name: Sync upstream tags
2223
run: |
@@ -100,7 +101,7 @@ jobs:
100101
print ""
101102
}1' "${NODE_FILE}" > tmp && mv tmp "${NODE_FILE}"
102103
103-
# 4. Remove .github/ so push doesn't require workflows permission
104+
# 4. Remove upstream .github/ — our release.yml lives on the default branch
104105
rm -rf .github/
105106
106107
# 5. Commit, tag, push

0 commit comments

Comments
 (0)