Skip to content

Commit

Permalink
Remove working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentGruber committed Nov 6, 2023
1 parent fb67a01 commit 27ef7d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
sudo apt-get update && sudo apt-get install doppler
- name: Setup Doppler
working-directory: ./oracle
env:
DOPPLER_ACESS_TOKEN: ${{ secrets.DOPPLER_ACCESS_TOKEN }}
run: |
Expand All @@ -41,7 +40,6 @@ jobs:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- name: Run Terraform
working-directory: ./oracle
env:
TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }}
run: |
Expand Down

0 comments on commit 27ef7d5

Please sign in to comment.