Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobollatin committed May 26, 2024
1 parent 7040451 commit ed9a17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ jobs:
- name: Terraform Apply
id: apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: terraform apply -auto-approve
run: terraform apply -auto-approve -var="github_token=${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ed9a17e

Please sign in to comment.