Skip to content

Commit

Permalink
ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Jul 25, 2024
1 parent 67a81d6 commit f03eaa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift-macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
uses: ./.github/actions/consul-start

- name: GH auth
run: echo "machine api.github.com login ${HOMEBREW_GITHUB_API_TOKEN} password x-oauth-basic" > $HOME/.netrc
run: |
echo "machine api.github.com login ${{ secrets.GITHUB_TOKEN }} password x-oauth-basic" > $HOME/.netrc
cat ~/.netrc
- name: Swift version
run: swift --version
- name: Build
Expand Down

0 comments on commit f03eaa2

Please sign in to comment.