mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 23:57:59 +00:00
env correction
This commit is contained in:
@ -9,6 +9,8 @@ jobs:
|
|||||||
hello:
|
hello:
|
||||||
#precisa da imagem costum do opentofu
|
#precisa da imagem costum do opentofu
|
||||||
runs-on: [ fenix-opentofu ]
|
runs-on: [ fenix-opentofu ]
|
||||||
|
env:
|
||||||
|
CONSUL_HTTP_TOKEN: ${{ secrets.CONSUL_HTTP_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Updating apt-get
|
- name: Updating apt-get
|
||||||
run: |
|
run: |
|
||||||
@ -23,11 +25,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone https://gitea.fenix-dev.com/fenix-gitea-admin/iac-teste-secrets.git infra/secrets
|
git clone https://gitea.fenix-dev.com/fenix-gitea-admin/iac-teste-secrets.git infra/secrets
|
||||||
|
|
||||||
|
|
||||||
- name: Init and Apply
|
|
||||||
env:
|
|
||||||
CONSUL_HTTP_TOKEN: ${{ secrets.CONSUL_HTTP_TOKEN }}
|
|
||||||
|
|
||||||
- name: Init OpenTofu
|
- name: Init OpenTofu
|
||||||
working-directory: infra
|
working-directory: infra
|
||||||
run: tofu init
|
run: tofu init
|
||||||
|
|||||||
Reference in New Issue
Block a user