Skip to content

Commit aa5a8d5

Browse files
committed
Update bump_downstreams
1 parent 47ab200 commit aa5a8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump_downstreams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config --global user.name "Eric Dallo (ECA)"
5454
git config --global user.email "[email protected]"
5555
mkdir ~/.ssh && touch ~/.ssh/id_rsa
56-
echo "${{ secrets.ECA_TOKEN }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
56+
echo "${{ secrets.ECA_COMMIT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
5757
git clone [email protected]:editor-code-assistant/homebrew-brew.git
5858
cd homebrew-brew
5959
bb -o render.clj --version "${{ env.VERSION }}" --mac-arm-sha "${{ env.MAC_ARM_SHA256 }}" --mac-amd-sha "${{ env.MAC_AMD_SHA256 }}" --linux-sha "${{ env.LINUX_SHA256 }}" --static-linux-sha "${{ env.STATIC_LINUX_SHA256 }}" > eca.rb

0 commit comments

Comments
 (0)