Skip to content

Commit 21a2459

Browse files
authored
Update permissions
1 parent deb5e1e commit 21a2459

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ on:
1313
workflow_dispatch:
1414
push:
1515

16+
permissions:
17+
id-token: write
18+
contents: write
19+
1620
jobs:
1721
dependency-submission:
1822
runs-on: ubuntu-latest
1923
steps:
2024
- uses: actions/checkout@v3
2125
- name: Conda dependency scanning
2226
uses: jhutchings1/conda-dependency-submission-action@v0.0.1
23-
```
27+
```

0 commit comments

Comments
 (0)