Skip to content

Commit

Permalink
Fix trigger-functional-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm authored Aug 24, 2024
1 parent 6d7a382 commit 55ce8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Trigger test repository worfklow
env:
GITHUB_TOKEN: ${{ secret.FUNCTIONAL_TESTS_TRIGGER }}
GITHUB_TOKEN: ${{ secrets.FUNCTIONAL_TESTS_TRIGGER }}
run: |
gh api \
--method POST \
Expand Down

0 comments on commit 55ce8ee

Please sign in to comment.