Skip to content

Commit 9219933

Browse files
committed
add contents:read permission to test workflow
otherwise it fails on private repos
1 parent 07cfe33 commit 9219933

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
needs: get-environments
4949
permissions:
5050
id-token: write # for codecov OIDC
51+
contents: read
5152

5253
strategy:
5354
fail-fast: false

0 commit comments

Comments
 (0)