Skip to content

Commit

Permalink
ci: Fix permissions when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Nov 22, 2024
1 parent e5bd8dc commit 5353735
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 146 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
name: Create Release
needs: [metadata, build]
if: needs.metadata.outputs.release == 'true'
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
Loading

0 comments on commit 5353735

Please sign in to comment.