Skip to content

Commit

Permalink
CI: Stub Update with PAT
Browse files Browse the repository at this point in the history
Created a scoped personal access token to use checkout and push.

This should help with the sporadic 403 errors, likely from timeouts
of the checkout permissions:
  stefanzweifel/git-auto-commit-action#305
  • Loading branch information
ax3l committed Nov 30, 2023
1 parent 58dc1ed commit c85b85e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
token: ${{ secrets.PYAMREX_PUSH_TOKEN }}

- name: Pull Remote Changes
run: git pull
Expand Down

0 comments on commit c85b85e

Please sign in to comment.