Skip to content

Commit

Permalink
Use secrets.SYNC_TEST_ADMIN2 only for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 14, 2024
1 parent 64ec268 commit 72a92bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# By default checkout uses secrets.GITHUB_TOKEN. That token won't
# have any permissions in the upstream repo, so we need to override it
# with a Personal Access Token that can access both repos
token: ${{ secrets.SYNC_TEST_REPO_ONLY }}
token: ${{ secrets.SYNC_TEST_ADMIN2 }}
- name: Add remote for upstream
run: git remote add upstream $UPSTREAM
shell: bash
Expand Down

0 comments on commit 72a92bf

Please sign in to comment.