Skip to content

Commit

Permalink
ci: Grant permissions to Package reusable wofklow in CI config (#200)
Browse files Browse the repository at this point in the history
Issue: #196
  • Loading branch information
playpauseandstop committed Feb 11, 2024
1 parent 4ce123f commit 0be8ee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
package:
needs: ["test"]

permissions:
id-token: "write"

uses: "./.github/workflows/ci_package.yml"

release:
Expand Down

0 comments on commit 0be8ee6

Please sign in to comment.