Skip to content

Commit afdc3fd

Browse files
Reference secret correctly
Change to reference the correct secret credential in the workflow
1 parent 10566c2 commit afdc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Update NDP Submodule
1212
uses: nexmo/github-actions/submodule-auto-pr@master
1313
env:
14-
GH_ADMIN_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
14+
GH_ADMIN_TOKEN: ${{ secrets.PDX_GH_TOKEN }}
1515
PR_ACTIVE_BRANCH: master
1616
PR_BRANCH_NAME: automated-curl-snippets-update
1717
PR_SUBMODULE_PATH: .repos/vonage/vonage-curl-code-snippets

0 commit comments

Comments
 (0)