Skip to content

Commit b361ae7

Browse files
authored
fix: renovata-token issue (#99)
1 parent cfc68e4 commit b361ae7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
name: Run Renovate Bot
1616
runs-on: ubuntu-latest
1717
env:
18-
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
18+
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKE }}
1919

2020
steps:
2121
- name: Validate Renovate token
2222
if: ${{ env.RENOVATE_TOKEN == '' }}
2323
run: |
24-
echo "RENOVATE_TOKEN is not configured."
25-
echo "Set repository secret RENOVATE_TOKEN (fine-grained token with Contents: Read/Write and Pull requests: Read/Write)."
24+
echo "RENOVATE_TOKE is not configured."
25+
echo "Set repository secret RENOVATE_TOKE (fine-grained token with Contents: Read/Write and Pull requests: Read/Write)."
2626
exit 1
2727
2828
- name: Checkout repository

0 commit comments

Comments
 (0)