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

CI: Consistently use github.token instead of secrets.GITHUB_TOKEN #3189

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

seisman
Copy link
Member

@seisman seisman commented Apr 22, 2024

Description of proposed changes

Acoording to the docs (https://docs.github.com/en/actions/learn-github-actions/contexts#github-context),
github.token is equivalent to secrets.GITHUB_TOKEN.

github.token:

A token to authenticate on behalf of the GitHub App installed on your repository. This is functionally equivalent to the GITHUB_TOKEN secret.

@seisman seisman added maintenance Boring but important stuff for the core devs final review call This PR requires final review and approval from a second reviewer labels Apr 22, 2024
@seisman seisman added this to the 0.12.0 milestone Apr 22, 2024
@seisman seisman removed the final review call This PR requires final review and approval from a second reviewer label Apr 22, 2024
@seisman seisman merged commit 44f44d3 into main Apr 22, 2024
7 checks passed
@seisman seisman deleted the ci/token branch April 22, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants