Skip to content

Commit

Permalink
Fix permissions for release CLI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed Jun 10, 2022
1 parent 50f58c4 commit f5ca28c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,16 @@ jobs:
- build-linux-binary
- build-os-x-binary
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "write"
packages: "write"
pull-requests: "read"
steps:
- name: Download prebuilt binaries
uses: actions/download-artifact@v3
with:
name: cli-builds

- name: Create GitHub Release
uses: "marvinpinto/[email protected]"
with:
Expand Down

0 comments on commit f5ca28c

Please sign in to comment.