Skip to content

Commit 7b295e9

Browse files
committed
Fix token name in CRON workflow
1 parent 8c1b559 commit 7b295e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/keep-alive/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ runs:
1818
shell: bash
1919
env:
2020
INPUT_URL: ${{ inputs.url }}
21-
INPUT_ASTRO_DB_APP_TOKEN: ${{ inputs.token }}
21+
INPUT_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)