fix(action): changed gh token
This commit is contained in:
parent
105fb15d79
commit
a4c1b3ac68
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NEW_RELEASE: ${{ needs.release_tag.outputs.release }}
|
||||
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
|
||||
GH_TOKEN: "${{ secrets.RENOVATE_TOKEN }}"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue