Skip to content

Commit 4969908

Browse files
authored
Update signing.yml
1 parent 63a9e22 commit 4969908

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/signing.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ name: Release Signing
33
on:
44
workflow_dispatch:
55
inputs:
6+
environment:
7+
required: true
8+
type: environment
69
version:
710
required: true
811

912
jobs:
1013
release-gpg-test:
1114
runs-on: ubuntu-latest
12-
environment: Deploy
15+
environment:
16+
name: ${{ inputs.environment }}
1317
steps:
1418
- name: Import GPG
1519
id: import_gpg

0 commit comments

Comments
 (0)