Skip to content

Commit ec2ac60

Browse files
committed
[fix-reviewers-lilli] t
1 parent c336073 commit ec2ac60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gerald-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: Khan/gerald@e457f71e851d5ff1531331fcda0b9dad748efe6b
22-
with:
23-
token: ${{ secrets.GITHUB_TOKEN }}
24-
admin-token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}
22+
env:
23+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
24+
ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'

0 commit comments

Comments
 (0)