Skip to content

Commit

Permalink
Update beta-test-2gp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Sep 10, 2023
1 parent b87b6c1 commit a005515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta-test-2gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
image: ghcr.io/muselab-d2x/d2x:latest
options: --user root
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github-token }}
username: "${{ github.actor }}"
password: "${{ secrets.github-token }}"
env:
DEV_HUB_AUTH_URL: "${{ secrets.dev-hub-auth-url }}"
CUMULUSCI_SERVICE_github: "{ \"username\": \"${{ github.actor }}\", \"token\": \"${{ secrets.github-token }}\", \"email\": \"${{ secrets.gh-email }}\" }"
Expand All @@ -39,4 +39,4 @@ jobs:
if: ${{ always() }}
run: |
cci org scratch_delete beta
shell: bash
shell: bash

0 comments on commit a005515

Please sign in to comment.