Skip to content

Commit

Permalink
Temp: Fix gh token name (#384)
Browse files Browse the repository at this point in the history
* Add reusable workflows

* Update inputs and secrets in workflow

* fix secrets

* fix lint

* fix name of github token secret
  • Loading branch information
svetlanabrennan authored Sep 20, 2023
1 parent ef6530c commit 30b5b51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
dockerhub_token:
description: dockerhub token
required: true
github_token:
gh_token:
description: github token
required: true
slack_channel:
Expand Down Expand Up @@ -207,8 +207,8 @@ jobs:
- name: Open pull request
run: gh pr create -B main -H update-chart-version-${{ github.sha }} --title 'Bump version and update docs' --body 'Bump version and appVersion and results of running helm docs as part of release automation.'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
GITHUB_TOKEN: ${{ secrets.gh_token }}

notify-failure:
if: ${{ always() && failure() }}
needs: [docker-integration, open-pr]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
secrets:
dockerhub_username: ${{ secrets.FSI_DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.FSI_DOCKERHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
slack_channel: ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }}
slack_token: ${{ secrets.K8S_AGENTS_SLACK_TOKEN }}
15 changes: 0 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v1.15.2 - 2023-09-20

### ⛓️ Dependencies
- Updated go.uber.org/zap to v1.26.0

## v1.15.2 - 2023-09-20

### ⛓️ Dependencies
- Updated go.uber.org/zap to v1.26.0

## v1.15.2 - 2023-09-20

### ⛓️ Dependencies
- Updated go.uber.org/zap to v1.26.0

## v1.15.1 - 2023-09-18

### ⛓️ Dependencies
Expand Down

0 comments on commit 30b5b51

Please sign in to comment.