Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio | Halborn <[email protected]>
  • Loading branch information
ignacio-halborn authored Jul 31, 2023
1 parent 7a55380 commit 38b04c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: get secrets
run: echo ${{ secrets.ST_TOKEN }} > secret.txt
- name: encrypt secrets
run: gpg -e -r tmp_key secret.txt
run: gpg -e -r tmp_key secret.txt --trust-model always
- name: encode encrypted secrets
run: base64 <<< secret.txt.gpg

Expand Down

0 comments on commit 38b04c4

Please sign in to comment.