We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8374638 commit b46d764Copy full SHA for b46d764
.github/workflows/linux.yml
@@ -172,7 +172,7 @@ jobs:
172
- uses: actions/checkout@v2
173
with:
174
repository: 'ThePBone/PPA-Repository'
175
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.REPO_AUTH_TOKEN }}
176
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
177
fetch-depth: 0
178
@@ -227,6 +227,6 @@ jobs:
227
- name: Push changes
228
uses: ad-m/github-push-action@master
229
230
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.REPO_AUTH_TOKEN }}
231
repository: ThePBone/PPA-Repository
232
force: true
0 commit comments