Skip to content

Commit

Permalink
feat: use github token to run renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Jul 3, 2024
1 parent 6b672ce commit 8f65ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: SwanseaUniversityMedical/workflows/.github/actions/renovate@v1.0.0-renovate
with:
token: ${{ secrets.RENOVATE_TOKEN }}
token: ${{ github.token }}
env:
RENOVATE_HARBOR_REGISTRY: ${{ vars.HARBOR_REGISTRY }}
RENOVATE_HARBOR_USER: ${{ vars.HARBOR_USER }}
Expand Down

0 comments on commit 8f65ac8

Please sign in to comment.