Skip to content

Commit

Permalink
fix: use GITHUB_TOKEN to publish charts (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
asekretenko committed Feb 17, 2024
1 parent 643b7db commit 48b7b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
env:
COMMIT_EMAIL: "ci@mesosphere.com"
COMMIT_USERNAME: "D2iQ CI"
GIT_REMOTE_URL: "https://x-access-token:${{ secrets.MERGEBOT_TOKEN }}@github.com/mesosphere/charts.git"
GIT_REMOTE_URL: "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/mesosphere/charts.git"

0 comments on commit 48b7b44

Please sign in to comment.