Skip to content

Commit 2594e8f

Browse files
committed
Added workflow for GPG key generation
1 parent 10c4463 commit 2594e8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gpgKeys_generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
GPG_KEY_NAME: "New Relic Infrastructure Agent"
3535
GPG_KEY_EMAIL: "infrastructure-eng@newrelic.com"
3636
run: |
37-
chmod +x .github/workflows/scripts/gpgkeys_generation.sh
38-
.github/workflows/scripts/gpgkeys_generation.sh
37+
chmod +x .github/workflows/scripts/gpgKeys_generation.sh
38+
.github/workflows/scripts/gpgKeys_generation.sh
3939
4040
- name: Verify generated keys
4141
run: |

0 commit comments

Comments
 (0)