Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of CODECOV_TOKEN to enable codecov upload #30

Merged
merged 1 commit into from
May 24, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented May 24, 2024

This will replace the existing:

  with:
    codecov: true

...with...

  secrets:
    CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

...and will require users to set the CODECOV_TOKEN secret in their repository secrets.

Canary: https://github.com/colcon/colcon-core/pull/648/files

@cottsay cottsay self-assigned this May 24, 2024
@cottsay cottsay merged commit b807fbe into main May 24, 2024
18 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/codecov-token branch May 24, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants