Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Oct 2, 2021
1 parent 8374638 commit b46d764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: 'ThePBone/PPA-Repository'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.REPO_AUTH_TOKEN }}
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0

Expand Down Expand Up @@ -227,6 +227,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.REPO_AUTH_TOKEN }}
repository: ThePBone/PPA-Repository
force: true

0 comments on commit b46d764

Please sign in to comment.