Add basic tofu workflow, debug gitea act secrets in env part III
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 24s

This commit is contained in:
Mike Holloway 2025-01-07 03:52:51 -05:00
parent 901b0d4aa4
commit 09fa4da80d

View File

@ -8,7 +8,7 @@ on:
jobs:
Explore-terraform-molecule-Gitea-Action:
env:
TF_VAR_token: "${{ secret.LINODE_API_TOKEN }}"
TF_VAR_token: "${{ secrets.LINODE_API_TOKEN }}"
runs-on: ubuntu-latest
steps: