mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
added permissions for tagging to labels can be used
This commit is contained in:
6
.github/actions/build-tag-release/action.yml
vendored
6
.github/actions/build-tag-release/action.yml
vendored
@@ -17,7 +17,11 @@ inputs:
|
||||
event_name:
|
||||
description: "Name of the github event"
|
||||
required: true
|
||||
default: ""
|
||||
default: ""
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: read
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
Reference in New Issue
Block a user