Unverified Commit c446ab67 authored by Umberto Baldi's avatar Umberto Baldi Committed by GitHub

add ci step to automatically update tag & revision of a specified formula and...

add ci step to automatically update tag & revision of a specified formula and open a PR to Homebrew repo (#808)
parent 9ed14148
......@@ -140,3 +140,9 @@ jobs:
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
formula: arduino-cli
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment