Skip to content

Commit

Permalink
Switch tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 5, 2024
1 parent f31ebc6 commit 522b1c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:
- v1.17

env:
GH_TOKEN: ${{ secrets.SYNC_TEST }}
GH_TOKEN2: ${{ secrets.SYNC_TEST2 }}
FOO: ${{ secrets.SYNC_TEST }}
GH_TOKEN: ${{ secrets.SYNC_TEST_ADMIN }}
GH_REPO: ${{ github.repository }}

jobs:
Expand All @@ -20,10 +18,7 @@ jobs:
steps:
- name: Echo ENV
run: |
echo $GH_TOKEN
echo $GH_REPO
echo $GH_TOKEN2
echo $FOO
gh auth status
echo "git config -l: "
git config -l
Expand Down

0 comments on commit 522b1c9

Please sign in to comment.