Skip to content

Commit

Permalink
fix: CI: Add write permissions to goreleaser invoke (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippos47 authored Oct 31, 2024
1 parent a2cf760 commit 0f1b296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
tags:
- '*'

permissions:
contents: write

jobs:
release:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
secrets: inherit

0 comments on commit 0f1b296

Please sign in to comment.