terraform fmt
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 40s
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 40s
This commit is contained in:
parent
feb21cadfa
commit
e968321c39
@ -1,5 +1,5 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
run-name: ${{ gitea.actor }} is deploying with Terraform 🚀
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -15,6 +15,10 @@ jobs:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
env:
|
||||
TF_VAR_TS_AUTHKEY: ${{ secrets.TAILSCALE_KEY }}
|
||||
TF_VAR_ssh_key: ${{ secrets.SSH_PUBLIC_KEY }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@ -33,7 +37,6 @@ jobs:
|
||||
working-directory: terraform
|
||||
run: terraform init
|
||||
|
||||
|
||||
- name: Terraform Plan
|
||||
working-directory: terraform
|
||||
run: terraform plan
|
||||
|
Loading…
x
Reference in New Issue
Block a user