Skip to content

Commit

Permalink
Create release using PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Sep 2, 2024
1 parent 79ec8e3 commit 24cd915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

- name: Create release
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.PAT_GITHUB }}
run: |
export LAST_RELEASE=$(gh release list --repo ${{ github.repository }} --order desc --json name --limit 1 | jq -r '.[0].name')
echo $LAST_RELEASE
Expand Down

0 comments on commit 24cd915

Please sign in to comment.