Switch to permissions for auto-release workflow (#4163)

This commit is contained in:
Geoff Bourne
2026-07-13 15:40:50 -05:00
committed by GitHub
parent 719166908a
commit d18a464a77
+3 -2
View File
@@ -6,10 +6,11 @@ on:
jobs: jobs:
auto-release: auto-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
# allow for creating releases/tags
contents: write
steps: steps:
- uses: zenengeo/github-auto-release-action@main - uses: zenengeo/github-auto-release-action@main
with: with:
stable-duration: 3d stable-duration: 3d
force-duration: 14d force-duration: 14d
token: '${{ secrets.GH_TOKEN }}'