Skip to content

Commit b46d764

Browse files
authored
Update linux.yml
1 parent 8374638 commit b46d764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- uses: actions/checkout@v2
173173
with:
174174
repository: 'ThePBone/PPA-Repository'
175-
token: ${{ secrets.GITHUB_TOKEN }}
175+
token: ${{ secrets.REPO_AUTH_TOKEN }}
176176
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
177177
fetch-depth: 0
178178

@@ -227,6 +227,6 @@ jobs:
227227
- name: Push changes
228228
uses: ad-m/github-push-action@master
229229
with:
230-
github_token: ${{ secrets.GITHUB_TOKEN }}
230+
github_token: ${{ secrets.REPO_AUTH_TOKEN }}
231231
repository: ThePBone/PPA-Repository
232232
force: true

0 commit comments

Comments
 (0)