-
Notifications
You must be signed in to change notification settings - Fork 55
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
docs: instructions on verifying token access to a repository #387
Conversation
|
||
- Go to your repository Actions in Github and run your job. | ||
- In the job run details, click into the results of `Check Github token permissions` | ||
- You should see your token details with no errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No security concerns. GitHub Actions masks the token in the output. This is a great addition.
|
||
- Go to your repository Actions in Github and run your job. | ||
- In the job run details, click into the results of `Check Github token permissions` | ||
- You should see your token details with no errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No security concerns. GitHub Actions masks the token in the output. This is a great addition.
Pull Request
Offering a little script to help verify token access to a repository.
When I was going through the repo setup and figuring out how to use this action on my own, I ran into some confusion around the GitHub PAT token access, especially since our
Github
access is behind SAML SSO.Proposed Changes
Add a how-to page on checking the token access and a link to it via the README.
Readiness Checklist
Author/Contributor
make lint
and fix any issues that you have introducedmake test
and ensure you have test coverage for the lines you are introducing@jeffrey-luszcz
Reviewer
fix
,documentation
,enhancement
,infrastructure
,maintenance
, orbreaking