We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contents: read
1 parent 60d2d4e commit 766b934Copy full SHA for 766b934
.github/workflows/markdown-links.yml
@@ -6,6 +6,9 @@ on:
6
schedule:
7
- cron: '15 0,12 * * *'
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
markdown-link-check:
14
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -2,6 +2,9 @@ name: Test
2
3
on: [push, pull_request]
4
5
pytest-conda:
name: pytest (conda)
0 commit comments