Skip to content

Commit

Permalink
Update release-1gp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Sep 8, 2023
1 parent 96fac49 commit c30a4aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-1gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Beta Test
on:
workflow_call:
secrets:
dev-hub-auth-url:
required: true
packaging-org-auth-url:
required: true
gh-email:
Expand All @@ -21,6 +23,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.github-token }}
env:
DEV_HUB_AUTH_URL: "${{ secrets.dev-hub-auth-url }}"
PACKAGING_ORG_AUTH_URL: "${{ secrets.packaging-org-auth-url }}"
CUMULUSCI_SERVICE_github: "{ \"username\": \"${{ github.actor }}\", \"token\": \"${{ secrets.github-token }}\", \"email\": \"${{ secrets.gh-email }}\" }"
steps:
Expand Down

0 comments on commit c30a4aa

Please sign in to comment.