mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 07:43:06 -07:00
ci: Add missing permissions for release workflow
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user