forked from eclipse-zenoh/ci
-
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.
Revert "chore: update secrets variable names (eclipse-zenoh#247)"
This reverts commit 6113724.
- Loading branch information
1 parent
6113724
commit 66fc19d
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -68,6 +68,6 @@ jobs: | |
installation-test: ${{ inputs.installation-test }} | ||
ssh-host: [email protected] | ||
ssh-host-path: /home/data/httpd/download.eclipse.org/zenoh/debian-repo | ||
ssh-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} | ||
ssh-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }} | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} | ||
ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }} | ||
repo: ${{ inputs.repo }} |
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 |
---|---|---|
|
@@ -88,5 +88,5 @@ jobs: | |
version: ${{ inputs.version }} | ||
ssh-host: [email protected] | ||
ssh-host-path: /home/data/httpd/download.eclipse.org/zenoh/${{ inputs.name }} | ||
ssh-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} | ||
ssh-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }} | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} | ||
ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }} |
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 |
---|---|---|
|
@@ -83,6 +83,6 @@ jobs: | |
ssh-host: [email protected] | ||
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.ORG_GPG_PRIVATE_KEY }} | ||
ssh-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }} | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} | ||
ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }} | ||
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }} |