Skip to content

Commit

Permalink
make GH_TOKEN optional
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Mar 6, 2025
1 parent 329d6ba commit c63dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
secrets:
GH_TOKEN:
description: 'A Github PAT'
required: true
required: false
CODECOV_TOKEN:
description: 'Needed to upload coverage report to codecov'
required: true
Expand Down

0 comments on commit c63dc34

Please sign in to comment.