Skip to content

Commit

Permalink
chore(ci): Add attestation and id-token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 25, 2024
1 parent 421dd70 commit ff8e5aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
build-package:
name: Build & verify package
runs-on: ubuntu-latest
permissions:
attestations: write
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -109,6 +111,9 @@ jobs:
if: github.event.action == 'published'
runs-on: ubuntu-latest
needs: [build-package, test]
permissions:
id-token: write
attestations: write

steps:
- name: Download packages built by build-and-inspect-python-package
Expand Down

0 comments on commit ff8e5aa

Please sign in to comment.