Skip to content

Commit

Permalink
Deleted some unused github action environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Apr 30, 2024
1 parent c8596b7 commit 936dd03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ jobs:
env:
CONFIGURATION: Release
DOTNET_VERSION: 8.0.x
SITE_PROJECT_NAME: SvgHelpers
SRC_DIRECTORY_PATH: ${{ github.workspace }}/src/
BUILD_ARTIFACTS_PATH: ${{ github.workspace }}/build_artifacts
PULUMI_PROJECT_DIRECTORY: ${{ github.workspace }}/infra/pulumi-infra-deploy
PULUMI_PROJECT_FILE_PATH: ${{ github.workspace }}/infra/pulumi-infra-deploy/pulumi-infra-deploy.csproj
DYNAMIC_CONTENT_UPDATER_OUTPUT_PATH: ${{ github.workspace }}/static_content_output
PULUMI_STACK_NAME: prod
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

Expand Down

0 comments on commit 936dd03

Please sign in to comment.