Skip to content

Commit

Permalink
chore: Update secrets (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo committed Feb 14, 2024
1 parent 418e29c commit 4857a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
docker_image_name: newrelic/newrelic-infra-operator
chart_directory: charts/newrelic-infra-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 4857a32

Please sign in to comment.