Skip to content

Commit

Permalink
[BUILD] - Workflows Permissions (#1406)
Browse files Browse the repository at this point in the history
Fixing the permissions for the workflow to create the package
  • Loading branch information
gambol99 authored May 8, 2024
1 parent 0587113 commit d2d9050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "v*"

permissions:
contents: read
contents: write
id-token: write
packages: write

Expand Down

0 comments on commit d2d9050

Please sign in to comment.