mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-26 04:52:33 -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:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
permissions:
|
# Declare default permissions as read only.
|
||||||
contents: write
|
permissions: read-all
|
||||||
packages: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
releases-matrix:
|
releases-matrix:
|
||||||
@@ -16,6 +15,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
goos: [freebsd, linux, windows]
|
goos: [freebsd, linux, windows]
|
||||||
goarch: [amd64, arm64]
|
goarch: [amd64, arm64]
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
||||||
|
|||||||
Reference in New Issue
Block a user