From 611372409f6be99caa716353db6309f1b404bc2f Mon Sep 17 00:00:00 2001 From: Diogo Matsubara Date: Tue, 12 Nov 2024 17:39:15 +0100 Subject: [PATCH] chore: update secrets variable names (#247) As per https://github.com/eclipse-zenoh/.eclipsefdn/pull/18, secrets were updated to follow eclipse foundation naming convention. --- .github/workflows/release-crates-debian.yml | 4 ++-- .github/workflows/release-crates-eclipse.yml | 4 ++-- .github/workflows/release-crates-homebrew.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-crates-debian.yml b/.github/workflows/release-crates-debian.yml index 666740a..2408500 100644 --- a/.github/workflows/release-crates-debian.yml +++ b/.github/workflows/release-crates-debian.yml @@ -68,6 +68,6 @@ jobs: installation-test: ${{ inputs.installation-test }} ssh-host: genie.zenoh@projects-storage.eclipse.org ssh-host-path: /home/data/httpd/download.eclipse.org/zenoh/debian-repo - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }} + ssh-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} + ssh-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }} repo: ${{ inputs.repo }} diff --git a/.github/workflows/release-crates-eclipse.yml b/.github/workflows/release-crates-eclipse.yml index e2b59a9..a2e1eaf 100644 --- a/.github/workflows/release-crates-eclipse.yml +++ b/.github/workflows/release-crates-eclipse.yml @@ -88,5 +88,5 @@ jobs: version: ${{ inputs.version }} ssh-host: genie.zenoh@projects-storage.eclipse.org ssh-host-path: /home/data/httpd/download.eclipse.org/zenoh/${{ inputs.name }} - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }} + ssh-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} + ssh-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }} diff --git a/.github/workflows/release-crates-homebrew.yml b/.github/workflows/release-crates-homebrew.yml index 26eef6b..1cdf2d0 100644 --- a/.github/workflows/release-crates-homebrew.yml +++ b/.github/workflows/release-crates-homebrew.yml @@ -83,6 +83,6 @@ jobs: ssh-host: genie.zenoh@projects-storage.eclipse.org ssh-host-path: /home/data/httpd/download.eclipse.org/zenoh/homebrew-tap ssh-host-url: https://download.eclipse.org/zenoh/homebrew-tap - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }} + ssh-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} + ssh-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }} github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}