Try using ElementBot for recording screenshots too (#641)

This commit is contained in:
Jorge Martin Espinosa 2023-06-20 14:31:52 +02:00 committed by GitHub
parent c18ee4093c
commit 97fbe4f4b5
2 changed files with 40 additions and 6 deletions

View file

@ -16,6 +16,7 @@ jobs:
- name: ⏬ Checkout with LFS
uses: actions/checkout@v3
with:
persist-credentials: false
lfs: 'true'
- name: ☕️ Use JDK 17
uses: actions/setup-java@v3
@ -30,5 +31,6 @@ jobs:
- name: Record screenshots
run: "./.github/workflows/scripts/recordScreenshots.sh"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}