Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 25, 2024
1 parent 1ec53e6 commit 8cdf11c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
jobs:
build-from-linux:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/common-setup
Expand Down Expand Up @@ -71,6 +74,9 @@ jobs:

build-from-apple:
runs-on: macos-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/common-setup
Expand All @@ -92,6 +98,9 @@ jobs:

build-from-legacy-apple:
runs-on: macos-13
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/common-setup
Expand All @@ -113,6 +122,9 @@ jobs:

bundle-x86-64-linux:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/common-setup
Expand Down

0 comments on commit 8cdf11c

Please sign in to comment.