Skip to content

Commit

Permalink
Merge pull request #202 from godatadriven/post-merge-checks
Browse files Browse the repository at this point in the history
Create release using PAT
  • Loading branch information
pgoslatara authored Sep 2, 2024
2 parents b2d701c + 24cd915 commit df0cdaa
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 df0cdaa

Please sign in to comment.