mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 09:10:27 -04:00
Update permission to allow publishing release
This commit is contained in:
parent
10306d4187
commit
d34c6fee03
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
|
|
@ -17,6 +17,8 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
# Build a fresh set of artifacts
|
||||
build-artifacts:
|
||||
uses: hashicorp/packer/.github/workflows/build.yml@main
|
||||
|
|
|
|||
Loading…
Reference in a new issue