Skip to content

Commit

Permalink
ci: update agreement's job permissions (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Jul 18, 2023
1 parent 29e8809 commit 79146e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ on:

jobs:
call-workflow-agreements:
uses: splunk/addonfactory-github-workflows/.github/workflows/[email protected]
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1
permissions:
actions: read
contents: read
pull-requests: write
statuses: read
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}

0 comments on commit 79146e2

Please sign in to comment.