Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1879 from tylerslaton/add-secrets-to-env
Browse files Browse the repository at this point in the history
Add new secrets to env for goreleaser
  • Loading branch information
tylerslaton authored Jun 30, 2023
2 parents db41f16 + cdb5ff6 commit 0ff635e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_P12: ${{ secrets.AC_P12 }}
AC_P12_PASSWORD: ${{ secrets.AC_P12_PASSWORD }}
AC_ISSUER_ID: ${{ secrets.AC_ISSUER_ID }}
AC_KEY_ID: ${{ secrets.AC_KEY_ID }}
AC_PRIVATE_KEY: ${{ secrets.AC_PRIVATE_KEY }}
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
- name: report failure to slack
if: failure()
Expand Down

0 comments on commit 0ff635e

Please sign in to comment.