Skip to content

Commit

Permalink
ci: Add missing permissions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
decke committed May 25, 2024
1 parent dbfc144 commit 6919131
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Release Go Binaries

on:
on:
release:
types: [created]

permissions:
contents: write
packages: write

jobs:
releases-matrix:
name: Release Go Binary
Expand Down

0 comments on commit 6919131

Please sign in to comment.