Skip to content

Commit

Permalink
change token in chart publish build
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Jan 24, 2025
1 parent 06228af commit 0db6eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
id: token-generation
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.GH_INDEX_APP_ID }}
private-key: ${{ secrets.GH_INDEX_APP_KEY }}
app-id: ${{ vars.RELEASES_APP_ID }}
private-key: ${{ secrets.RELEASES_PRIVATE_KEY }}
- name: Checkout Code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0db6eb3

Please sign in to comment.