Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Commit cb89104

Browse files
committed
new release module
1 parent e47a4f1 commit cb89104

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,11 @@ jobs:
5757
LICENSE
5858
dist/*
5959
- uses: actions/checkout@v1
60-
- name: Setup SSH
61-
uses: MrSquaare/ssh-setup-action@v1
62-
with:
63-
host: github.com
64-
private-key: ${{ secrets.AWS_JUMPCLOUD_DEPLOY_KEY }}
6560
- name: Release Homebrew Formula
66-
uses: ryanjfrizzell/update-homebrew-action@v1.0.4
61+
uses: CirrusMD/github-action-homebrew-release@v1.0.0
6762
if: ${{ success() }}
6863
with:
69-
packageName: 'aws-jumpcloud'
70-
templatePath: 'HomebrewFormula/aws-jumpcloud.rb'
71-
tapRepo: 'CirrusMD/homebrew-aws-jumpcloud'
72-
srcRepo: 'CirrusMD/aws-jumpcloud'
73-
authToken: ${{ secrets.AWS_JUMPCLOUD_GH_TOKEN }}
64+
gh-token: ${{ secrets.GITHUB_TOKEN }}
65+
homebrew-gh-token: ${{ secrets.AWS_JUMPCLOUD_GH_TOKEN }}
66+
homebrew-repo: CirrusMD/homebrew-aws-jumpcloud
67+
source-template-path: HomebrewFormula/aws-jumpcloud.rb

0 commit comments

Comments
 (0)