Skip to content

Commit 10d1fe0

Browse files
authored
Update prueba.yml
1 parent 80fca78 commit 10d1fe0

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/workflows/prueba.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
steps:
2-
- uses: gliech/create-github-secret-action@v1
3-
with:
4-
name: FRONT_DOOR_PASSWORD
5-
value: Eternia
6-
pa_token: ${{ secrets.PA_TOKEN }}
1+
name: "PruebaSecrets"
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
terraform_apply:
6+
name: "PruebaSecrets"
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: gliech/create-github-secret-action@v1
10+
with:
11+
name: FRONT_DOOR_PASSWORD
12+
value: Eternia
13+
pa_token: ${{ secrets.PA_TOKEN }}

0 commit comments

Comments
 (0)