mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-14 12:34:54 +00:00
Switch to permissions for auto-release workflow
Added permissions for creating releases and tags.
This commit is contained in:
@@ -6,10 +6,11 @@ on:
|
||||
jobs:
|
||||
auto-release:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
# allow for creating releases/tags
|
||||
contents: write
|
||||
steps:
|
||||
- uses: zenengeo/github-auto-release-action@main
|
||||
with:
|
||||
stable-duration: 3d
|
||||
force-duration: 14d
|
||||
token: '${{ secrets.GH_TOKEN }}'
|
||||
|
||||
force-duration: 14d
|
||||
|
||||
Reference in New Issue
Block a user