We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a737b commit 91b2f46Copy full SHA for 91b2f46
.github/workflows/main-push.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
fetch-depth: 0
40
ref: main
41
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PUSH_TOKEN }}
42
- name: Clone downstream repo
43
uses: actions/checkout@v2
44
0 commit comments