Skip to content

Commit

Permalink
signing args
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 25, 2019
1 parent 4c16e97 commit cb87d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Check out code
uses: actions/checkout@master
- name: Release
uses: gavincabbage/ghaction-goreleaser@gc/signing
uses: gavincabbage/ghaction-goreleaser@signing
with:
args: release
key: ${{ secrets.RELEASE_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SIGNING_KEY: ${{ secrets.RELEASE_PRIVATE_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cb87d4f

Please sign in to comment.