Skip to content

Commit

Permalink
CI: Add token to allow packages to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 19, 2024
1 parent 471249d commit 6c25d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
environment: "Package deployment"
needs: [test, test-dist]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 6c25d4a

Please sign in to comment.