Skip to content

Commit

Permalink
update homebrew lambda deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahethompson committed Jan 30, 2024
1 parent d17c664 commit c395385
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish-homebrew-lambda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: publish-homebrew-lambda
on: push
branches:
- main
jobs:
example:
runs-on: ubuntu-latest
steps:
- name: Invoke homebrew lambda update workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: homebrew-lambda-update.yml
repo: hashicorp/releng-support
ref: RELENG-1105-automate-lambda-deploy
token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}

0 comments on commit c395385

Please sign in to comment.