Skip to content

Commit 3d153ec

Browse files
authored
Update main.yml (#252)
Probably need this to allow dependabot builds to pass
1 parent c84fdcf commit 3d153ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on: [push]
88
env:
99
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1010

11+
permissions:
12+
pages: write
13+
contents: write
14+
1115
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1216
jobs:
1317
checkLinks:

0 commit comments

Comments
 (0)