Skip to content

Commit 2aaed34

Browse files
authored
fix(CI): add pat for triggering releases [no-ticket] (Kong#349)
1 parent 2e8c285 commit 2aaed34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
git tag ${{ env.TAG }}
3131
git push origin ${{ env.TAG }}
32-
32+
3333
- name: Create Tag and Release
3434
uses: ncipollo/release-action@v1
3535
id: core_tag_and_release
@@ -40,4 +40,4 @@ jobs:
4040
prerelease: false
4141
draft: false
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.PAT_INSOMNIA_INFRA }}

0 commit comments

Comments
 (0)