We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ab200 commit aa5a8d5Copy full SHA for aa5a8d5
.github/workflows/bump_downstreams.yml
@@ -53,7 +53,7 @@ jobs:
53
git config --global user.name "Eric Dallo (ECA)"
54
git config --global user.email "[email protected]"
55
mkdir ~/.ssh && touch ~/.ssh/id_rsa
56
- echo "${{ secrets.ECA_TOKEN }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
+ echo "${{ secrets.ECA_COMMIT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
57
git clone [email protected]:editor-code-assistant/homebrew-brew.git
58
cd homebrew-brew
59
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