From ccca34c0a4b15ba6f1df3402e175ac12ffe1b032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Pradel?= Date: Sat, 26 Oct 2024 10:30:24 +0200 Subject: [PATCH] fix action --- .github/workflows/cron-tweet-weekly-users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-tweet-weekly-users.yml b/.github/workflows/cron-tweet-weekly-users.yml index c095160..b82e4ea 100644 --- a/.github/workflows/cron-tweet-weekly-users.yml +++ b/.github/workflows/cron-tweet-weekly-users.yml @@ -13,4 +13,4 @@ jobs: run: | curl --request GET \ --url 'https://api.stackspulse.com/api/root/tweet-weekly-users' \ - --header 'Authorization: Bearer ${{ secrets.CRON_API_TOKEN }}' + --header 'Authorization: Bearer ${{ secrets.ADMIN_API_TOKEN }}'