Skip to content

Commit

Permalink
fix: secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 19, 2022
1 parent 2b7bb2e commit 0491d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitops-promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
required: true
secrets:
github_org_token:
GH_ORG_TOKEN:
required: true

jobs:
Expand Down Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Push prod
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.github_org_token }}
github_token: ${{ secrets.GH_ORG_TOKEN }}
repository: ${{ inputs.environment_repository }}

0 comments on commit 0491d62

Please sign in to comment.