Skip to content

Commit

Permalink
change token output
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 31, 2024
1 parent 400c149 commit 214c73c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
# - name: Get token
# id: get_token
# uses: tibdex/[email protected]
# with:
# private_key: ${{ secrets.PRIVATE_KEY }}
# app_id: ${{ secrets.APP_ID }}

- name: Get token
id: get_token
uses: actions/create-github-app-token@v1
Expand All @@ -36,7 +29,7 @@ jobs:
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: '${{ steps.get_token.outputs.token }}'
token: '${{ steps.app-token.outputs.token }}'
env:
LOG_LEVEL: 'debug'
configurationFile: .github/renovate-config.json

0 comments on commit 214c73c

Please sign in to comment.