mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add PAT to action
This commit is contained in:
5
.github/workflows/nightly-tag-generation.yml
vendored
5
.github/workflows/nightly-tag-generation.yml
vendored
@@ -8,6 +8,9 @@ on:
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
|
||||
|
||||
jobs:
|
||||
create-nightly-tag:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -80,4 +83,4 @@ jobs:
|
||||
draft: false
|
||||
prerelease: true
|
||||
generate_release_notes: true
|
||||
make_latest: false
|
||||
make_latest: false
|
||||
|
||||
Reference in New Issue
Block a user