Skip to content

Commit 50300ca

Browse files
authored
Update check-urls.yml
1 parent ed27fed commit 50300ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-urls.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Check URLs from changed files
22
on: [push, pull_request]
3+
permissions:
4+
contents: read
35
jobs:
46
job:
7+
permissions:
8+
# Needed for the 'trilom/file-changes-action' action
9+
pull-requests: read
510
runs-on: ubuntu-latest
611
steps:
712
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)