Skip to content

Commit 36bdf76

Browse files
authored
Update prueba.yml
1 parent 10d1fe0 commit 36bdf76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prueba.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
name: "PruebaSecrets"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: gliech/create-github-secret-action@v1
9+
uses: hmanzur/actions-set-secret@v2.0.0
1010
with:
11-
name: FRONT_DOOR_PASSWORD
12-
value: Eternia
13-
pa_token: ${{ secrets.PA_TOKEN }}
11+
name: 'MY_SECRET_NAME'
12+
value: 'Lorem ipsun dolor simit'
13+
token: ${{ secrets.REPO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)