stage #8

Merged
micqdf merged 10 commits from stage into master 2025-04-17 16:12:34 +00:00
Showing only changes of commit c1c533f92d - Show all commits

View File

@ -4,8 +4,8 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- stage
- test
- stage
- test
jobs:
terraform:
@ -16,6 +16,10 @@ jobs:
contents: read
pull-requests: write
env:
TF_VAR_ssh_key: ${{ secrets.SSH_PUBLIC_KEY }}
TF_VAR_tailscale_key: ${{ secrets.TAILSCALE_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v4