Skip to content

Commit

Permalink
Fix incorrect GitHub env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Apr 23, 2024
1 parent 1cad88b commit c32557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DeployEverything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
terraform init -backend-config="key=${{ inputs.env }}.terraform.tfstate"
terraform apply -auto-approve --var-file ../tfvars/${{ inputs.env }}.tfvars
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
ARM_ACCESS_KEY: ${{ secrets.TERRAFORM_STATE_ACCESS_KEY }}
build_api_server:
Expand Down

0 comments on commit c32557a

Please sign in to comment.