Skip to content

Commit

Permalink
Merge pull request #8919 from LedgerHQ/support/fix-generate-screensho…
Browse files Browse the repository at this point in the history
…ts-docker-rate-limit

Authenticate with docker before running ghcommit action
  • Loading branch information
angusbayley authored Jan 17, 2025
2 parents fcfcd4e + 610ae6b commit bbb8961
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
runs-on: [ledger-live-4xlarge]
steps:
- name: Docker Hub Login
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: generate token
id: generate-token
uses: tibdex/github-app-token@v1
Expand Down

0 comments on commit bbb8961

Please sign in to comment.