Skip to content

Commit 3d7f8ab

Browse files
committed
chore: Add missing secret
1 parent b24b6ec commit 3d7f8ab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/agent_metadata.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ on:
4444
required: true
4545
FC_SYS_ID_PR_KEY:
4646
required: true
47+
APM_CONTROL_NR_LICENSE_KEY_STAGING:
48+
required: false
4749

4850
jobs:
4951
send-agent-metadata:
@@ -55,3 +57,4 @@ jobs:
5557
secrets:
5658
FC_SYS_ID_CLIENT_ID: ${{ secrets.FC_SYS_ID_CLIENT_ID }}
5759
FC_SYS_ID_PR_KEY: ${{ secrets.FC_SYS_ID_PR_KEY }}
60+
APM_CONTROL_NR_LICENSE_KEY_STAGING: ${{ secrets.APM_CONTROL_NR_LICENSE_KEY_STAGING }} # action app is instrumented and supported by APM Control team

0 commit comments

Comments
 (0)