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 10c4463 commit 2594e8fCopy full SHA for 2594e8f
1 file changed
.github/workflows/gpgKeys_generation.yml
@@ -34,8 +34,8 @@ jobs:
34
GPG_KEY_NAME: "New Relic Infrastructure Agent"
35
GPG_KEY_EMAIL: "infrastructure-eng@newrelic.com"
36
run: |
37
- chmod +x .github/workflows/scripts/gpgkeys_generation.sh
38
- .github/workflows/scripts/gpgkeys_generation.sh
+ chmod +x .github/workflows/scripts/gpgKeys_generation.sh
+ .github/workflows/scripts/gpgKeys_generation.sh
39
40
- name: Verify generated keys
41
0 commit comments