We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917fb84 commit 17b70a4Copy full SHA for 17b70a4
1 file changed
.github/workflows/push.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
env:
14
- GIT_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GIT_TOKEN: ${{secrets.REPO_TOKEN}}
15
steps:
16
- uses: actions/checkout@v6
17
- name: Push update to subconverter
0 commit comments