Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
use GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Oct 10, 2023
1 parent 9f828b8 commit 456e883
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

- name: Set up Git to use HTTPS with GITHUB_TOKEN
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global url."https://x-access-token:${GH_TOKEN}@github.com/".insteadOf "[email protected]:"
- name: Install App Dependencies
run: yarn --prefer-offline

Expand Down

0 comments on commit 456e883

Please sign in to comment.