Skip to content

Commit

Permalink
Fix token name
Browse files Browse the repository at this point in the history
  • Loading branch information
gestrich committed Apr 23, 2024
1 parent 335be2f commit e8580bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ jobs:
TOKEN_TO_CHECK: ${{ secrets.GH_PAT }}
run: |
ls -al
./appendNetrc.sh netrc github.com user {{ env.TOKEN_TO_CHECK }}
./appendNetrc.sh netrc api.github.com user {{ env.TOKEN_TO_CHECK }}
./appendNetrc.sh netrc github.com user "${TOKEN_TO_CHECK}"
./appendNetrc.sh netrc api.github.com user "${TOKEN_TO_CHECK}"
- name: Select Xcode version
run: "sudo xcode-select --switch /Applications/Xcode_15.0.app/Contents/Developer"

Expand Down

0 comments on commit e8580bc

Please sign in to comment.