Skip to content

Commit

Permalink
[fix-reviewers-lilli] wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
lillialexis committed Nov 13, 2024
1 parent e457f71 commit c336073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gerald-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Gerald
uses: Khan/gerald@main
uses: Khan/gerald@e457f71e851d5ff1531331fcda0b9dad748efe6b
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gerald-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.event.action != 'edited' || github.event.changes.base != null
runs-on: ubuntu-latest
steps:
- uses: Khan/actions@gerald-pr-v3
- uses: Khan/gerald@e457f71e851d5ff1531331fcda0b9dad748efe6b
with:
token: ${{ secrets.GITHUB_TOKEN }}
admin-token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/gerald-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# We add one to the length because we want to get the diff between the last commit and the commit before the first commit.
fetch-depth: '$(node -e "console.log(${{ github.event.commits }}.length + 1)")'
- name: Run Gerald
uses: Khan/gerald@main
uses: Khan/gerald@e457f71e851d5ff1531331fcda0b9dad748efe6b
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'
Expand Down

0 comments on commit c336073

Please sign in to comment.