Skip to content

Commit

Permalink
Update PublishToEnvironment.yaml (#10)
Browse files Browse the repository at this point in the history
2nd hotfix for issue 662
  • Loading branch information
freddydk authored Aug 21, 2023
1 parent ff45933 commit 1826b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishToEnvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
with:
shell: powershell
gitHubSecrets: ${{ toJson(secrets) }}
secrets: '${{ steps.envName.outputs.envName }}-AuthContext,${{ steps.envName.outputs.envName }}_AuthContext,AuthContext,${{ steps.envName.outputs.envName }}-EnvironmentName,${{ steps.envName.outputs.envName }}_EnvironmentName,EnvironmentName,projects'
getSecrets: '${{ steps.envName.outputs.envName }}-AuthContext,${{ steps.envName.outputs.envName }}_AuthContext,AuthContext,${{ steps.envName.outputs.envName }}-EnvironmentName,${{ steps.envName.outputs.envName }}_EnvironmentName,EnvironmentName,projects'

- name: AuthContext
id: authContext
Expand Down

0 comments on commit 1826b6e

Please sign in to comment.