Skip to content

Commit 36d0de1

Browse files
fix(CI): Persist PAT to trigger downstream workflow on tag push (Kong#350)
1 parent 2aaed34 commit 36d0de1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
upload-sbom-release-assets: true
3535

3636
build:
37+
needs: [scan]
3738
runs-on: ubuntu-latest
3839
strategy:
3940
fail-fast: false

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22+
token: ${{ secrets.PAT_INSOMNIA_INFRA }}
23+
2224

2325
- name: Configure Git user
2426
uses: Homebrew/actions/git-user-config@master

0 commit comments

Comments
 (0)