Skip to content

Commit 91b2f46

Browse files
authored
fix: test create release (#12)
1 parent d8a737b commit 91b2f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
ref: main
41-
token: ${{ secrets.GITHUB_TOKEN }}
41+
token: ${{ secrets.PUSH_TOKEN }}
4242
- name: Clone downstream repo
4343
uses: actions/checkout@v2
4444
with:

0 commit comments

Comments
 (0)