Skip to content

Commit

Permalink
Add explicit auth to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jan 24, 2025
1 parent 14d71bb commit 869a13b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
name: proj ubuntu
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
permissions:
packages: read
needs: compute
strategy:
fail-fast: false
Expand Down Expand Up @@ -95,6 +97,8 @@ jobs:
name: proj macos
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: macos-latest
permissions:
packages: read
strategy:
fail-fast: false
matrix:
Expand All @@ -109,6 +113,8 @@ jobs:
name: proj-sys ubuntu
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
permissions:
packages: read
needs: compute
defaults:
run:
Expand Down Expand Up @@ -160,6 +166,8 @@ jobs:
name: proj-sys macos
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: macos-latest
permissions:
packages: read
env:
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE
Expand Down

0 comments on commit 869a13b

Please sign in to comment.