Skip to content

Commit

Permalink
fix: give the release docker image the secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 12, 2020
1 parent f46ca7e commit c94a435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: pact-foundation/[email protected]
env:
GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_API_KEY }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
# - name: Trigger release of pact-cli Docker image
# uses: peter-evans/repository-dispatch@v1
# with:
Expand Down

0 comments on commit c94a435

Please sign in to comment.