Skip to content

Commit cfeed82

Browse files
committed
Add explicit permissions to CI job
1 parent c405509 commit cfeed82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/addlicense.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
container:
3434
image: ghcr.io/newrelic/newrelic-python-agent-ci:sha-df6b96741b0dd97c3b30a58785f621c9612e2197
3535
timeout-minutes: 30
36+
permissions:
37+
contents: read
3638
steps:
3739
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
3840

0 commit comments

Comments
 (0)