We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24b6ec commit 3d7f8abCopy full SHA for 3d7f8ab
1 file changed
.github/workflows/agent_metadata.yml
@@ -44,6 +44,8 @@ on:
44
required: true
45
FC_SYS_ID_PR_KEY:
46
47
+ APM_CONTROL_NR_LICENSE_KEY_STAGING:
48
+ required: false
49
50
jobs:
51
send-agent-metadata:
@@ -55,3 +57,4 @@ jobs:
55
57
secrets:
56
58
FC_SYS_ID_CLIENT_ID: ${{ secrets.FC_SYS_ID_CLIENT_ID }}
59
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