forked from shimataro/ssh-key-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove bitbucket and fix repo references
- Loading branch information
Showing
1 changed file
with
9 additions
and
72 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -46,28 +46,7 @@ jobs: | |
key: ${{ secrets.SSH_KEY_PEM }} | ||
known_hosts: unnecessary | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
|
||
ssh-pem-bitbucket: | ||
name: Connect to bitbucket.org (PEM format) | ||
runs-on: ${{ inputs.os }} | ||
container: ${{ inputs.docker_image }} | ||
steps: | ||
- name: Install packages | ||
run: ${{ inputs.package_installation_command }} | ||
if: ${{ inputs.package_installation_command != '' }} | ||
- name: Checkout source codes | ||
uses: actions/checkout@v3 | ||
- name: Install SSH key | ||
uses: ./. | ||
with: | ||
key: ${{ secrets.SSH_KEY_PEM }} | ||
known_hosts: | | ||
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQeJzhupRu0u0cdegZIa8e86EG2qOCsIsD1Xw0xSeiPDlCr7kq97NLmMbpKTX6Esc30NuoqEEHCuc7yWtwp8dI76EEEB1VqY9QJq6vk+aySyboD5QF61I/1WeTwu+deCbgKMGbUijeXhtfbxSxm6JwGrXrhBdofTsbKRUsrN1WoNgUa8uqN1Vx6WAJw1JHPhglEGGHea6QICwJOAr/6mrui/oB7pkaWKHj3z7d1IC4KWLtY47elvjbaTlkN04Kc/5LFEirorGYVbt15kAUlqGM65pk6ZBxtaO3+30LVlORZkxOh+LKL/BvbZ/iRNhItLqNyieoQj/uh/7Iv4uyH/cV/0b4WDSd3DptigWq84lJubb9t/DnZlrJazxyDCulTmKdOR7vs9gMTo+uoIrPSb8ScTtvw65+odKAlBj59dhnVp9zd7QUojOpXlL62Aw56U4oO+FALuevvMjiWeavKhJqlR7i5n9srYcrNV7ttmDw7kf/97P5zauIhxcjX+xHv4M= | ||
bitbucket.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIQmuzMBuKdWeF4+a2sjSSpBK0iqitSQ+5BM9KhpexuGt20JpTVM7u5BDZngncgrqDMbWdxMWWOGtZ9UgbqgZE= | ||
bitbucket.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIazEu89wgQZ4bqs3d63QSMzYVa0MuJ2e2gKTKqu+UUO | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro999/ssh-test.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
ssh-pkcs8: | ||
name: Connect to github.com (PKCS8 format) | ||
|
@@ -85,28 +64,7 @@ jobs: | |
key: ${{ secrets.SSH_KEY_PKCS8 }} | ||
known_hosts: unnecessary | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
|
||
ssh-pkcs8-bitbucket: | ||
name: Connect to bitbucket.org (PKCS8 format) | ||
runs-on: ${{ inputs.os }} | ||
container: ${{ inputs.docker_image }} | ||
steps: | ||
- name: Install packages | ||
run: ${{ inputs.package_installation_command }} | ||
if: ${{ inputs.package_installation_command != '' }} | ||
- name: Checkout source codes | ||
uses: actions/checkout@v3 | ||
- name: Install SSH key | ||
uses: ./. | ||
with: | ||
key: ${{ secrets.SSH_KEY_PKCS8 }} | ||
known_hosts: | | ||
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQeJzhupRu0u0cdegZIa8e86EG2qOCsIsD1Xw0xSeiPDlCr7kq97NLmMbpKTX6Esc30NuoqEEHCuc7yWtwp8dI76EEEB1VqY9QJq6vk+aySyboD5QF61I/1WeTwu+deCbgKMGbUijeXhtfbxSxm6JwGrXrhBdofTsbKRUsrN1WoNgUa8uqN1Vx6WAJw1JHPhglEGGHea6QICwJOAr/6mrui/oB7pkaWKHj3z7d1IC4KWLtY47elvjbaTlkN04Kc/5LFEirorGYVbt15kAUlqGM65pk6ZBxtaO3+30LVlORZkxOh+LKL/BvbZ/iRNhItLqNyieoQj/uh/7Iv4uyH/cV/0b4WDSd3DptigWq84lJubb9t/DnZlrJazxyDCulTmKdOR7vs9gMTo+uoIrPSb8ScTtvw65+odKAlBj59dhnVp9zd7QUojOpXlL62Aw56U4oO+FALuevvMjiWeavKhJqlR7i5n9srYcrNV7ttmDw7kf/97P5zauIhxcjX+xHv4M= | ||
bitbucket.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIQmuzMBuKdWeF4+a2sjSSpBK0iqitSQ+5BM9KhpexuGt20JpTVM7u5BDZngncgrqDMbWdxMWWOGtZ9UgbqgZE= | ||
bitbucket.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIazEu89wgQZ4bqs3d63QSMzYVa0MuJ2e2gKTKqu+UUO | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro999/ssh-test.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
ssh-rfc4716: | ||
name: Connect to github.com (RFC4716 format) | ||
|
@@ -124,28 +82,7 @@ jobs: | |
key: ${{ secrets.SSH_KEY_RFC4716 }} | ||
known_hosts: unnecessary | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
|
||
ssh-rfc4716-bitbucket: | ||
name: Connect to bitbucket.org (RFC4716 format) | ||
runs-on: ${{ inputs.os }} | ||
container: ${{ inputs.docker_image }} | ||
steps: | ||
- name: Install packages | ||
run: ${{ inputs.package_installation_command }} | ||
if: ${{ inputs.package_installation_command != '' }} | ||
- name: Checkout source codes | ||
uses: actions/checkout@v3 | ||
- name: Install SSH key | ||
uses: ./. | ||
with: | ||
key: ${{ secrets.SSH_KEY_RFC4716 }} | ||
known_hosts: | | ||
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQeJzhupRu0u0cdegZIa8e86EG2qOCsIsD1Xw0xSeiPDlCr7kq97NLmMbpKTX6Esc30NuoqEEHCuc7yWtwp8dI76EEEB1VqY9QJq6vk+aySyboD5QF61I/1WeTwu+deCbgKMGbUijeXhtfbxSxm6JwGrXrhBdofTsbKRUsrN1WoNgUa8uqN1Vx6WAJw1JHPhglEGGHea6QICwJOAr/6mrui/oB7pkaWKHj3z7d1IC4KWLtY47elvjbaTlkN04Kc/5LFEirorGYVbt15kAUlqGM65pk6ZBxtaO3+30LVlORZkxOh+LKL/BvbZ/iRNhItLqNyieoQj/uh/7Iv4uyH/cV/0b4WDSd3DptigWq84lJubb9t/DnZlrJazxyDCulTmKdOR7vs9gMTo+uoIrPSb8ScTtvw65+odKAlBj59dhnVp9zd7QUojOpXlL62Aw56U4oO+FALuevvMjiWeavKhJqlR7i5n9srYcrNV7ttmDw7kf/97P5zauIhxcjX+xHv4M= | ||
bitbucket.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIQmuzMBuKdWeF4+a2sjSSpBK0iqitSQ+5BM9KhpexuGt20JpTVM7u5BDZngncgrqDMbWdxMWWOGtZ9UgbqgZE= | ||
bitbucket.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIazEu89wgQZ4bqs3d63QSMzYVa0MuJ2e2gKTKqu+UUO | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro999/ssh-test.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
key_if_exists_replace-key_exists: | ||
name: if_key_exists=replace / key exists | ||
|
@@ -169,7 +106,7 @@ jobs: | |
known_hosts: unnecessary | ||
if_key_exists: replace | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
key_if_exists_replace-key_doesnt_exist: | ||
name: if_key_exists=replace / key doesn't exist | ||
|
@@ -188,7 +125,7 @@ jobs: | |
known_hosts: unnecessary | ||
if_key_exists: replace | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
key_if_exists_ignore-key_exists: | ||
name: if_key_exists=ignore / key exists | ||
|
@@ -212,7 +149,7 @@ jobs: | |
known_hosts: unnecessary | ||
if_key_exists: ignore | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
key_if_exists_ignore-key_doesnt_exist: | ||
name: if_key_exists=ignore / key doesn't exist | ||
|
@@ -231,7 +168,7 @@ jobs: | |
known_hosts: unnecessary | ||
if_key_exists: ignore | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
key_if_exists_fail-key_exists: | ||
name: if_key_exists=fail / key exists | ||
|
@@ -256,7 +193,7 @@ jobs: | |
if_key_exists: fail | ||
continue-on-error: true | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp | ||
|
||
key_if_exists_fail-key_doesnt_exist: | ||
name: if_key_exists=fail / key doesn't exist | ||
|
@@ -275,4 +212,4 @@ jobs: | |
known_hosts: unnecessary | ||
if_key_exists: fail | ||
- name: git clone through SSH | ||
run: git clone [email protected]:shimataro/ssh-key-action.git tmp | ||
run: git clone [email protected]:niaid/monarch-actions-key-writer.git tmp |