Skip to content

Commit

Permalink
fix(ci): inputs instead of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Feb 10, 2025
1 parent c3e830c commit c532394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/frontend-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
if: ${{ !cancelled() }}
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ inputs.codecov-token }}
flags: frontend

- name: Codecov - Upload test results
Expand Down

0 comments on commit c532394

Please sign in to comment.