Skip to content

Commit

Permalink
PP-12343: Give gh cli a token
Browse files Browse the repository at this point in the history
  • Loading branch information
jfharden committed Mar 4, 2024
1 parent e5df12e commit 0aa7211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
name: Release new version
env:
MODULE_VERSION: "${{ steps.load-module-version.outputs.MODULE_VERSION }}"
GH_TOKEN: "${{ github.token }}"
run: |
echo "Creating release ${MODULE_VERSION}"
gh release create --generate-notes --latest "${MODULE_VERSION}" build/*

0 comments on commit 0aa7211

Please sign in to comment.