We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deba69 commit 52abeb7Copy full SHA for 52abeb7
.github/workflows/test-pull-request.yml
@@ -12,3 +12,5 @@ permissions:
12
jobs:
13
testing:
14
uses: ./.github/workflows/validate-pr_job.yml
15
+ secrets: inherit
16
+ permissions: write-all
.github/workflows/validate-pr_job.yml
@@ -3,6 +3,13 @@ name: Reusable workflow to validate a pull request
3
4
on: workflow_call
5
6
+permissions:
7
+ contents: read
8
+ statuses: write
9
+ pull-requests: write
10
+ checks: write
11
+ actions: read
+
lint-test:
runs-on: ubuntu-latest
0 commit comments