Skip to content

Commit 21a2848

Browse files
committed
update gh parameter to use key pair
1 parent 8a555ef commit 21a2848

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22

3-
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETER_PASSWORD" --output tests/parameters.py .github/workflows/parameters/parameters_${CLOUD_PROVIDER}.py.gpg
3+
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETER_PASSWORD" .github/workflows/parameters/rsa_keys/rsa_key_${CLOUD_PROVIDER}.p8.gpg >> tests/rsa_key_${CLOUD_PROVIDER}.p8
4+
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETER_PASSWORD" .github/workflows/parameters/parameters_${CLOUD_PROVIDER}.py.gpg >> tests/parameters.py
45
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETER_PASSWORD" .github/workflows/parameters/parameters_dbapi.py.gpg >> tests/parameters.py
44 Bytes
Binary file not shown.
50 Bytes
Binary file not shown.

.github/workflows/parameters/parameters_gcp.py.gpg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
� ��cWhY�^���q�"�a����n�D!��Ks���W�V�t� ��#�u�/[v����D-������mÊ��6�M���h�u�t�'��yѫ��lwf��/����Ļ�Je�B|v7a�^�:�І�C�7�|,�|8�I���
2-
t�5�)g��2�y��~�&g�ι�� KT�d��F�oH�I0ꕎ��b1�J 8��0���� ��w}
3-
��9��f�'{��NL�G�hX�~�%|�.����G��?+_A'�c.��V�j�>����� 7���z�^��b+l�16ܜVA��8V
1+
� l���r���������`{����ű�W�Y�L�hT�k��ڭ����_� H�
2+
H�5{��쬋�ݙRS�2�I�t�'N9�eMq@�����5H��WNJ����iE�zt��ы�X�X�LG�!,O��;�V9v���WIvEFx��%��0g��-��x��cm�N���mʼn��� &\���5C�'3���f�y����0�<;hp܌����4�<����8�;L���,�+oTv�2��'����X���)�ٖr��yF_����N�js��� �=��'��Z�A��s�u%��ִF�Y���d� ���"�FѲ�m`���f-�X�
3+
�:'H��
4+
���`�^��%�;�{ZJYWl{3�:

0 commit comments

Comments
 (0)