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 56bb0ae commit f665538Copy full SHA for f665538
.github/workflows/agreements.yaml
@@ -7,7 +7,12 @@ on:
7
8
jobs:
9
call-workflow-agreements:
10
- uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.3
+ uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1
11
+ permissions:
12
+ actions: read
13
+ contents: read
14
+ pull-requests: write
15
+ statuses: read
16
secrets:
17
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}
0 commit comments