Skip to content

Commit

Permalink
Set expected secrets for workflow call for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caddoo committed Aug 14, 2024
1 parent 5bd6cb9 commit e9a6c7b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,19 @@ on:
type: boolean
required: false
default: false

secrets:
RELEASE_PASSWORD:
description: 'Release password'
required: true
GPG_CERTIFICATE:
description: 'GPG Certificate'
required: true
GPG_CERTIFICATE_PASS:
description: 'GPG Certificate Pass'
required: true
GITHUB_TOKEN:
description: 'GITHUB_TOKEN'
required: true
env:
RELEASE_PASSWORD: ${{ secrets.RELEASE_PASSWORD }}

Expand Down

0 comments on commit e9a6c7b

Please sign in to comment.