Skip to content

Commit 8f0f3ae

Browse files
committed
env variables
1 parent 60c833c commit 8f0f3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-center/register-apis-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ permissions:
148148
pull-requests: read
149149
env:
150150
# set this to your Azure API Center resource group name
151-
RESOURCE_GROUP: apicenterrg
151+
RESOURCE_GROUP: <YOUR_RESOURCE_GROUP>
152152
# set this to your Azure API Center service name
153-
SERVICE_NAME: myapicenter
153+
SERVICE_NAME: <YOUR_API_CENTER>
154154
jobs:
155155
register:
156156
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)