Skip to content

Commit

Permalink
chore: Update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo committed Feb 13, 2024
1 parent 7057f94 commit 739d789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
docker_image_name: newrelic/newrelic-k8s-operator
chart_directory: charts/newrelic-k8s-operator
secrets:
dockerhub_username: ${{ secrets.FSI_DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.FSI_DOCKERHUB_TOKEN }}
dockerhub_username: ${{ secrets.K8S_AGENTS_DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.K8S_AGENTS_DOCKERHUB_TOKEN }}
bot_token: ${{ secrets.K8S_AGENTS_BOT_TOKEN }}
slack_channel: ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }}
slack_token: ${{ secrets.K8S_AGENTS_SLACK_TOKEN }}

0 comments on commit 739d789

Please sign in to comment.