Skip to content

Commit c926030

Browse files
mdeggiesbflad
andauthored
Pass signore client ID and secret to releaser (#331)
* Pass signore client ID and secret to releaser Co-authored-by: Brian Flad <[email protected]>
1 parent d4be350 commit c926030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
6868
CIRCLE_TOKEN: ${{ secrets.CIRCLE_TOKEN }}
6969
SIGNORE_SIGNER: ${{secrets.SIGNORE_SIGNER}}
70+
SIGNORE_CLIENT_ID: ${{secrets.SIGNORE_CLIENT_ID}}
71+
SIGNORE_CLIENT_SECRET: ${{secrets.SIGNORE_CLIENT_SECRET}}
7072
- name: Run clamAV antivirus scanner
7173
run: sudo clamscan /home/runner/work/$REPO/$REPO/dist/
7274
env:
@@ -75,4 +77,3 @@ jobs:
7577
run: sudo maldet -a /home/runner/work/$REPO/$REPO/dist/
7678
env:
7779
REPO: ${{ github.event.repository.name }}
78-

0 commit comments

Comments
 (0)