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

Remove GitHub Action Workflow checkout token: ${{secrets.SUB_MODULE_PAT}} #42

Open
medgar-nitric opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@medgar-nitric
Copy link

medgar-nitric commented Aug 13, 2021

To enable Github security dependency analysis feature 'Dependabot' we need to remove the Github secrets tokens so Dependabot can run when making a PR with updated dependencies.

    - name: Checkout
      uses: actions/checkout@v2
      with:
        token: ${{secrets.SUB_MODULE_PAT}}
        submodules: recursive

https://github.com/nitrictech/dotnet-sdk/blob/main/.github/workflows/dotnet-test.yml

┆Issue is synchronized with this Clickup task by Unito

@medgar-nitric medgar-nitric added the enhancement New feature or request label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant