From f0d9a4ce78bd6876d806b2545e32e2659a9cdb71 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Mon, 21 Oct 2024 19:25:24 +0300 Subject: [PATCH] Use github_token instead of token (#5062) Signed-off-by: Olga Bulat --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b074bd1b804..696ba478b1a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -1317,7 +1317,7 @@ jobs: with: owner: WordPress repo: openverse - token: ${{ secrets.ACCESS_TOKEN }} + github_token: ${{ secrets.ACCESS_TOKEN }} workflow_file_name: k6.yml wait_interval: 60 # TODO: Set to true once we see that this test is stable, and we can fail the deployment if it fails.