Skip to content

Commit

Permalink
Add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor committed May 15, 2022
1 parent 0a850a9 commit 875ab2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ inputs:
pypi-token:
description: 'Token of the PyPI account publishing the project.'
required: true
gh-token:
description: 'Github token. Required to trigger the release.'
required: false

runs:
using: "composite"
Expand Down Expand Up @@ -62,3 +65,4 @@ runs:
with:
commit: ${{ github.sha }}
tag: v${{ steps.compare-version.outputs.version }}
token: ${{ inputs.gh-token }}

0 comments on commit 875ab2e

Please sign in to comment.