Skip to content

Commit

Permalink
ci: try persist_credentials: false so push triggers workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Oct 4, 2024
1 parent 2b4af6d commit f3c5437
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -44,6 +46,7 @@ jobs:
git add package-lock.json
git commit -m "chore: update browserslist db"
git push
fail
fi
- name: Ng test for studio-web
run: |
Expand Down

0 comments on commit f3c5437

Please sign in to comment.