Skip to content

Commit 61f0dea

Browse files
djzagergithub-actions[bot]
authored andcommitted
🌱 fix var for migtools bot (#5)
Signed-off-by: David Zager <david.j.zager@gmail.com>
1 parent a83dc78 commit 61f0dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-migtools-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: app-token
2020
uses: actions/create-github-app-token@v1
2121
with:
22-
app-id: ${{ secrets.MIGTOOLS_BOT_ID }}
22+
app-id: ${{ vars.MIGTOOLS_BOT_ID }}
2323
private-key: ${{ secrets.MIGTOOLS_BOT_KEY }}
2424

2525
- name: Checkout code

0 commit comments

Comments
 (0)