Skip to content

Commit

Permalink
Keep testing
Browse files Browse the repository at this point in the history
  • Loading branch information
armandgrillet committed Mar 4, 2025
1 parent 90b8d33 commit 0590677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-docs-helm-tests-renovate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
id: token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ steps.get-secrets.outputs.APP_ID }}
private-key: ${{ steps.get-secrets.outputs.PRIVATE_KEY }}
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
# Store the token as an environment variable for later use
- name: Save token for next job
Expand Down

0 comments on commit 0590677

Please sign in to comment.