Skip to content

Commit

Permalink
Add dummy github service
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 2, 2024
1 parent af54abb commit d3e8e8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github-token }}
env:
CUMULUSCI_SERVICE_github: '{ "username": "${{ github.actor }}", "token": "NOTUSED", "email": "NOTUSED" }'
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.2.0
with:
ref: ${{ inputs.branch_name }}

Expand Down

0 comments on commit d3e8e8d

Please sign in to comment.