mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-26 07:12:29 -07:00
Update release.yaml (#179)
This commit is contained in:
committed by
GitHub
parent
effa1c9192
commit
ccaf614b6b
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
@@ -4,9 +4,8 @@ on:
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
releases-matrix:
|
||||
@@ -16,6 +15,10 @@ jobs:
|
||||
matrix:
|
||||
goos: [freebsd, linux, windows]
|
||||
goarch: [amd64, arm64]
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
||||
|
||||
Reference in New Issue
Block a user