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

The "Checkout" step in "bump_version" workflow does not need to set a custom token #500

Closed
luongvo opened this issue Aug 3, 2023 · 0 comments · Fixed by #532
Closed

Comments

@luongvo
Copy link
Member

luongvo commented Aug 3, 2023

Why

The Checkout step in the bump_version workflow does not need to set a custom token.

with:
token: ${{ secrets.GITHUB_TOKEN }}

with:
token: ${{ secrets.GITHUB_TOKEN }}

Who Benefits?

Developers

@ryan-conway ryan-conway added this to the 3.24.0 milestone Aug 22, 2023
@ryan-conway ryan-conway modified the milestones: 3.24.0, 3.25.0 Aug 30, 2023
@ryan-conway ryan-conway self-assigned this Oct 5, 2023
ryan-conway added a commit that referenced this issue Oct 6, 2023
…bump_version-workflow-does-not-need-to-set-a-custom-token

[#500] The "Checkout" step in "bump_version" workflow does not need to set a custom token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment