Skip to content

Commit

Permalink
use id token
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed Apr 17, 2024
1 parent 1a494fd commit 6622c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-blog-communications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Send sms
run: |
curl -m 70 -X POST https://us-central1-dp-dialtone-design-system.cloudfunctions.net/send-sms-to-dialtone-channel \
-H "Authorization: bearer ${{ steps.auth.outputs.access_token }}" \
-H "Authorization: bearer ${{ steps.auth.outputs.id_token }}" \
-H "Content-Type: application/json" \
-d '{
"message": "New blog post: ${{ env.BLOG_POST_HEADING }}, read full article: ${{ env.POST_URL }}"
Expand Down

0 comments on commit 6622c3a

Please sign in to comment.