We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add6070 commit 32a08f7Copy full SHA for 32a08f7
1 file changed
.github/workflows/signing_test.yaml
@@ -1,9 +1,18 @@
1
name: "signing-test"
2
3
on:
4
- push:
5
- branches:
6
- - feature/ELI-702-code-signing
+ workflow_dispatch:
+ inputs:
+ ref:
7
+ description: "Branch, tag, or commit SHA to check out"
8
+ required: true
9
+ default: "feature/ELI-702-code-signing"
10
+ artifact_tag:
11
+ description: "Artifact tag to deploy, for example dev-20260410120000"
12
13
+ artifact_run_id:
14
+ description: "Workflow run ID that produced the lambda artifact"
15
16
17
permissions:
18
contents: read
0 commit comments