Skip to content

Commit

Permalink
chore: update token for CLA signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn authored May 24, 2024
1 parent 5373f54 commit b7d7dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla-signature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
with:
branch: main
directory: gt4sd-core-main
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Mark signature in the issue
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
with:
add-labels: cla-signed
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Close issue (existing contributor)
uses: peter-evans/close-issue@v1
if: ${{ env.signing_commit_hash == '' }}
Expand Down

0 comments on commit b7d7dbb

Please sign in to comment.