Skip to content

Commit

Permalink
Pass signore client ID and secret to releaser (#331)
Browse files Browse the repository at this point in the history
* Pass signore client ID and secret to releaser

Co-authored-by: Brian Flad <[email protected]>
  • Loading branch information
mdeggies and bflad authored Aug 9, 2021
1 parent d4be350 commit c926030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
CIRCLE_TOKEN: ${{ secrets.CIRCLE_TOKEN }}
SIGNORE_SIGNER: ${{secrets.SIGNORE_SIGNER}}
SIGNORE_CLIENT_ID: ${{secrets.SIGNORE_CLIENT_ID}}
SIGNORE_CLIENT_SECRET: ${{secrets.SIGNORE_CLIENT_SECRET}}
- name: Run clamAV antivirus scanner
run: sudo clamscan /home/runner/work/$REPO/$REPO/dist/
env:
Expand All @@ -75,4 +77,3 @@ jobs:
run: sudo maldet -a /home/runner/work/$REPO/$REPO/dist/
env:
REPO: ${{ github.event.repository.name }}

0 comments on commit c926030

Please sign in to comment.