feat(bundle): added pubkey
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 53s
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 53s
This commit is contained in:
@@ -47,16 +47,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload to release storage
|
- name: Upload to release storage
|
||||||
run: |
|
run: |
|
||||||
echo "Uploading bootstrap.run and checksums to release storage ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/" &&
|
echo "Uploading bootstrap.run and checksums to release storage https://git.rust.cloud/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/" &&
|
||||||
curl -fsS -X PUT \
|
curl -fsS -X PUT \
|
||||||
-H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" \
|
||||||
-T bootstrap.run \
|
-T bootstrap.run \
|
||||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run"
|
"https://git.rust.cloud/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run"
|
||||||
|
|
||||||
curl -fsS -X PUT \
|
curl -fsS -X PUT \
|
||||||
-H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" \
|
||||||
-T bootstrap.run.sha256 \
|
-T bootstrap.run.sha256 \
|
||||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run.sha256"
|
"https://git.rust.cloud/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run.sha256"
|
||||||
|
env:
|
||||||
|
server_url: "https://git.rust.cloud"
|
||||||
# env:
|
# env:
|
||||||
# github.repository_owner: harlequix
|
# github.repository_owner: harlequix
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
vars:
|
vars:
|
||||||
# User defaults (override via -e or vars file)
|
# User defaults (override via -e or vars file)
|
||||||
user_name: "operator"
|
user_name: "operator"
|
||||||
|
user_pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIElTjmqtmr7xPTDjmWz7bN9vw7HXZds8Hxc99qBEGN/Y jack@turing"
|
||||||
|
|
||||||
# SSH hardening defaults - secure by default
|
# SSH hardening defaults - secure by default
|
||||||
ssh_permit_root_login: "no"
|
ssh_permit_root_login: "no"
|
||||||
|
|||||||
Reference in New Issue
Block a user