From 0491d62237784355ca07d18b8496f6797829ecf0 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Sat, 19 Nov 2022 16:26:56 -0600 Subject: [PATCH] fix: secret name --- .github/workflows/gitops-promote.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitops-promote.yaml b/.github/workflows/gitops-promote.yaml index c848fec..5852a57 100644 --- a/.github/workflows/gitops-promote.yaml +++ b/.github/workflows/gitops-promote.yaml @@ -7,7 +7,7 @@ on: type: string required: true secrets: - github_org_token: + GH_ORG_TOKEN: required: true jobs: @@ -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 }} \ No newline at end of file