Skip to content

Commit

Permalink
Merge pull request #1272 from culturecreates/feature/issue-931
Browse files Browse the repository at this point in the history
Fixed the docker PAT
  • Loading branch information
dev-aravind authored Aug 9, 2024
2 parents b6ea38e + 7c7dffa commit 22e840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Trigger End-to-end Tests Workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.DOCKER_PAT }}
event-type: trigger-end-to-end-tests
client-payload: |
{
Expand Down

0 comments on commit 22e840f

Please sign in to comment.