Skip to content

Commit

Permalink
fix: ensures token is supplied to release action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apoclyps committed Nov 15, 2023
1 parent ba00dee commit 1ac1df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
- name: release
id: release
uses: google-github-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_ACTION_TOKEN }}
with:
# https://github.com/google-github-actions/release-please-action#configuration
token: ${{ secrets.RELEASE_ACTION_TOKEN }}
release-type: python
package-name: python-package-publish
changelog-types: >
Expand Down

0 comments on commit 1ac1df3

Please sign in to comment.