Skip to content

Commit

Permalink
Missing environment variables for package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jul 28, 2023
1 parent 563ec16 commit adce9e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-main.yaml
Expand Up @@ -37,7 +37,8 @@ jobs:

- name: "Build target: PublishPackages"
env:
PublishToken: ${{ secrets.PublishToken }}
PUSH_APIKEY: ${{ secrets.PUSH_APIKEY }}
PUSH_URI: ${{ secrets.PUSH_URI }}
SIGN_APP_ID: ${{ secrets.SIGN_APP_ID }}
SIGN_APP_SECRET: ${{ secrets.SIGN_APP_SECRET }}
SIGN_CERT_NAME: ${{ secrets.SIGN_CERT_NAME }}
Expand Down

0 comments on commit adce9e3

Please sign in to comment.