|
24 | 24 | go-version-file: auth0-cli/go.mod
|
25 | 25 | check-latest: true
|
26 | 26 |
|
27 |
| - - name: Import GPG key |
28 |
| - id: import_gpg |
29 |
| - uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # ping 6.2.0 |
30 |
| - with: |
31 |
| - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} |
32 |
| - passphrase: ${{ secrets.GPG_PASSPHRASE }} |
33 |
| - git_user_signingkey: true |
34 |
| - git_commit_gpgsign: true |
35 |
| - git_tag_gpgsign: true |
36 |
| - git_committer_email: [email protected] |
37 |
| - git_committer_name: auth0 |
38 |
| - |
39 | 27 | - name: Run GoReleaser
|
40 | 28 | uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # [email protected]
|
41 | 29 | with:
|
|
54 | 42 | token: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
|
55 | 43 | path: homebrew-auth0-cli
|
56 | 44 |
|
| 45 | + - name: Import GPG key for Homebrew Tap |
| 46 | + id: import_gpg |
| 47 | + uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # ping 6.2.0 |
| 48 | + with: |
| 49 | + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} |
| 50 | + passphrase: ${{ secrets.GPG_PASSPHRASE }} |
| 51 | + git_user_signingkey: true |
| 52 | + git_commit_gpgsign: true |
| 53 | + git_tag_gpgsign: true |
| 54 | + git_committer_email: [email protected] |
| 55 | + git_committer_name: auth0 |
| 56 | + workdir: 'homebrew-auth0-cli' |
| 57 | + |
57 | 58 | - name: Copy Brew Formula
|
58 | 59 | run: |
|
59 | 60 | cp auth0-cli/dist/homebrew/*.rb homebrew-auth0-cli/
|
|
81 | 82 | - name: Copy Scoop Manifest
|
82 | 83 | run: |
|
83 | 84 | cp auth0-cli/dist/scoop/*.json scoop-auth0-cli/
|
| 85 | +
|
| 86 | + - name: Import GPG key for Scoop |
| 87 | + id: import_gpg |
| 88 | + uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # ping 6.2.0 |
| 89 | + with: |
| 90 | + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} |
| 91 | + passphrase: ${{ secrets.GPG_PASSPHRASE }} |
| 92 | + git_user_signingkey: true |
| 93 | + git_commit_gpgsign: true |
| 94 | + git_tag_gpgsign: true |
| 95 | + git_committer_email: [email protected] |
| 96 | + git_committer_name: auth0 |
| 97 | + workdir: 'scoop-auth0-cli' |
| 98 | + |
84 | 99 | - name: Create Scoop Pull Request
|
85 | 100 | uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # [email protected]
|
86 | 101 | with:
|
|
0 commit comments