Skip to content

Commit

Permalink
try to auth to github API if avail 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jul 12, 2024
1 parent 196a893 commit 639890a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ jobs:
with:
fetch-depth: '300'
- name: 'build'
env:
GITHUB_TOKEN: '${{ github.token }}'
run: |
export CW_CONFIG='${{ github.ref_name }}-linux'
export CW_REVISION='${{ github.sha }}'
Expand All @@ -544,6 +546,8 @@ jobs:
with:
fetch-depth: '300'
- name: 'build'
env:
GITHUB_TOKEN: '${{ github.token }}'
run: |
export CW_CONFIG='${{ github.ref_name }}-mac-macuni'
export CW_REVISION='${{ github.sha }}'
Expand All @@ -569,6 +573,8 @@ jobs:
with:
fetch-depth: '300'
- name: 'build'
env:
GITHUB_TOKEN: '${{ github.token }}'
run: |
export CW_CONFIG='${{ github.ref_name }}-mac-macuni-llvm'
export CW_REVISION='${{ github.sha }}'
Expand All @@ -594,6 +600,8 @@ jobs:
with:
fetch-depth: '300'
- name: 'build'
env:
GITHUB_TOKEN: '${{ github.token }}'
run: |
export CW_CCSUFFIX='-14'
export CW_CONFIG='${{ github.ref_name }}-mac-gcc-x64'
Expand Down

0 comments on commit 639890a

Please sign in to comment.