mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
Give tag workflow access to github-bot environment. (#1866)
This commit is contained in:
1
.github/workflows/tag.yml
vendored
1
.github/workflows/tag.yml
vendored
@@ -14,6 +14,7 @@ name: Sync tags with ansible-core releases
|
||||
jobs:
|
||||
tag:
|
||||
runs-on: "ubuntu-latest"
|
||||
environment: github-bot
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user