Skip to content

Commit

Permalink
fix(CI): add pat for triggering releases [no-ticket] (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire authored May 16, 2024
1 parent 2e8c285 commit 2aaed34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
git tag ${{ env.TAG }}
git push origin ${{ env.TAG }}
- name: Create Tag and Release
uses: ncipollo/release-action@v1
id: core_tag_and_release
Expand All @@ -40,4 +40,4 @@ jobs:
prerelease: false
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_INSOMNIA_INFRA }}

0 comments on commit 2aaed34

Please sign in to comment.