Skip to content

Commit

Permalink
Merge pull request EarthSciML#87 from EarthSciML/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/cla-assistant/github-action-2.5.1

Bump cla-assistant/github-action from 2.1.2.pre.beta to 2.5.1
  • Loading branch information
ctessum authored Sep 4, 2024
2 parents 1f6ee67 + 1235bb0 commit 3b135cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have reviewed and hereby sign the CLA') || github.event_name == 'pull_request_target'
# Pin to a specific version - this third-party action uses a personal access token
uses: cla-assistant/github-action@948230deb0d44dd38957592f08c6bd934d96d0cf
uses: cla-assistant/github-action@f41946747f85d28e9a738f4f38dbcc74b69c7e0e
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 3b135cd

Please sign in to comment.