Skip to content

Commit 8d8badd

Browse files
committed
I believe we shouldn't set a PAT as we're setting the file in the same repository
https://github.com/contributor-assistant/github-action/blob/master/README.md#6-adding-personal-access-token-as-a-secret "This PAT should have repo scope and is only required if you have configured to store the signatures in a remote repository/organization."
1 parent 9f3e6e8 commit 8d8badd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/caa-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: cla-assistant/github-action@v2.3.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
17+
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1818
with:
1919
path-to-signatures: 'signatures/caa.json'
2020
path-to-document: 'https://github.com/viash-io/viash/blob/main/CAA.md'

0 commit comments

Comments
 (0)