From 6622c3a0dad536ea9a7fbf9f0f7932005dfb9690 Mon Sep 17 00:00:00 2001 From: Julio Ortega Date: Wed, 17 Apr 2024 13:54:48 -0600 Subject: [PATCH] use id token --- .github/workflows/send-blog-communications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-blog-communications.yml b/.github/workflows/send-blog-communications.yml index 13323ec4f0..f8fb13d70e 100644 --- a/.github/workflows/send-blog-communications.yml +++ b/.github/workflows/send-blog-communications.yml @@ -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 }}"