Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gestrich committed Apr 22, 2024
1 parent 00f51ca commit f824dd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
runs-on: macos-13
permissions:
contents: write
repository-projects: read
if: | # runs if started manually, or if sync schedule is set and enabled and scheduled on the first Saturday each month, or if sync schedule is set and enabled and new commits were found
github.event_name == 'workflow_dispatch' ||
(needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
Expand All @@ -167,13 +168,14 @@ jobs:
)
steps:
- name: Write to Netrc
uses: actions/checkout@v3
id: netrc
env:
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 {{ env.TOKEN_TO_CHECK }}
./appendNetrc.sh netrc api.github.com user {{ env.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 f824dd7

Please sign in to comment.