Skip to content

Commit

Permalink
Sandbox WF update for Facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Dec 14, 2023
1 parent 3f8e767 commit 5356318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Push Facebook Access Token to Parameter store
run: >
aws ssm put-parameter
--name /${STACK_NAME}/FB_PAGE_ACCESS_TOKEN
--name /${{ vars.STACK_NAME }}/FB_PAGE_ACCESS_TOKEN
--description "Facebook Access token used for stack ${STACK_NAME}"
--type String
--value DISABLED
Expand Down

0 comments on commit 5356318

Please sign in to comment.