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

Commits on Apr 26, 2023

  1. fix: replace reviewdog secret with auto-generated github token

    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.
    jacoblerner-czi committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6bef089 View commit details
    Browse the repository at this point in the history