Skip to content

Commit

Permalink
Fix missing deploy permission
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Dec 18, 2024
1 parent 0d83157 commit 64eef20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ jobs:

runs-on: ubuntu-latest
environment: release
permissions:
id-token: write

# Only publish when a GitHub Release is created.
if: github.event_name == 'release'
Expand Down

0 comments on commit 64eef20

Please sign in to comment.