Skip to content

Commit

Permalink
Merge branch 'dx-nala-tests' of github.com:adobecom/dx-partners into …
Browse files Browse the repository at this point in the history
…dx-nala-tests
  • Loading branch information
cod17828 committed Aug 28, 2024
2 parents 26ed455 + 4459ba8 commit 00a45ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-nala-on-dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Run Nala
uses: cod17828/nala@dev # Change if doing dev work
uses: adobecom/dx-partners@stage # Change if doing dev work
env:
labels: ${{ join(github.event.pull_request.labels.*.name, ' ') }}
branch: ${{ github.event.pull_request.head.ref }}
Expand All @@ -27,3 +27,4 @@ jobs:
prBaseBranch: ${{ github.event.pull_request.base.ref }}
IMS_EMAIL: ${{ secrets.IMS_EMAIL }}
IMS_PASS: ${{ secrets.IMS_PASS }}
HLX_API_KEY: ${{ secrets.HLX_API_KEY }}

0 comments on commit 00a45ee

Please sign in to comment.