Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

fix: replace reviewdog secret with auto-generated github token #59

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

jacoblerner-czi
Copy link
Contributor

Github creates a token specific to every workflow run that grants access to the running repo. https://docs.github.com/en/actions/security-guides/automatic-token-authentication

This is a more secure way to access to the repo rather than the current approach of handling the access secret ourselves.

Github creates a token specific to every workflow run that grants access to the running repo. https://docs.github.com/en/actions/security-guides/automatic-token-authentication

This is a more secure way to access to the repo rather than the current approach of handling the access secret ourselves.
@kuannie1 kuannie1 merged commit 6485fa1 into main Apr 26, 2023
@kuannie1 kuannie1 deleted the jacoblerner-czi-patch-1 branch April 26, 2023 22:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants