Browse Source

Update check-urls.yml (#7043)

Alex 3 years ago
parent
commit
5dd0b1c5db
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/check-urls.yml

+ 5 - 0
.github/workflows/check-urls.yml

@@ -1,7 +1,12 @@
 name: Check URLs from changed files
 on: [push, pull_request]
+permissions:
+  contents: read
 jobs:
   job:
+    permissions:
+      # Needed for the 'trilom/file-changes-action' action
+      pull-requests: read
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3