Skip to content

Commit

Permalink
Add permissions for build attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Aug 27, 2024
1 parent 790eed5 commit 4c917e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
build:
name: build
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
attestations: write

steps:
- uses: actions/checkout@v4

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
build:
name: build
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
attestations: write

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4c917e6

Please sign in to comment.