We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8e622 commit 7653b19Copy full SHA for 7653b19
.github/workflows/reusable-build-test-release.yml
@@ -97,6 +97,12 @@ on:
97
SPL_COM_PASSWORD:
98
description: password to splunk.com
99
required: true
100
+ GSSA_AWS_ACCESS_KEY_ID:
101
+ description: GSSA AWS access key id
102
+ required: true
103
+ GSSA_AWS_SECRET_ACCESS_KEY:
104
+ description: GSSA AWS secret access key
105
106
permissions:
107
contents: read
108
packages: read
0 commit comments