Skip to content

Commit

Permalink
Use github_token instead of token (#5062)
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat authored Oct 21, 2024
1 parent 1cd866d commit f0d9a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f0d9a4c

Please sign in to comment.