Skip to content

Commit

Permalink
fix up comments (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes authored Jan 30, 2025
1 parent 0cd6b5e commit e1843d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:
pull_request_target:
types: [opened,closed,synchronize]

# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
actions: write
contents: write # this can be 'read' if the signatures are in remote repository
contents: write # 'write' = this repo itself, 'read' = remote repository
pull-requests: write
statuses: write

Expand All @@ -25,6 +24,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/Consensys/cla/blob/main/CLA.md' # e.g. a CLA or a DCO document
branch: 'cla'

path-to-document: 'https://github.com/Consensys/cla/blob/main/CLA.md'
branch: 'main'

0 comments on commit e1843d7

Please sign in to comment.