Skip to content

Commit

Permalink
Update signing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed May 24, 2024
1 parent 63a9e22 commit 4969908
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ name: Release Signing
on:
workflow_dispatch:
inputs:
environment:
required: true
type: environment
version:
required: true

jobs:
release-gpg-test:
runs-on: ubuntu-latest
environment: Deploy
environment:
name: ${{ inputs.environment }}
steps:
- name: Import GPG
id: import_gpg
Expand Down

0 comments on commit 4969908

Please sign in to comment.