mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
trying to set git config
This commit is contained in:
parent
e0c0332a8c
commit
90b474484d
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -24,6 +24,12 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
- run: |
|
||||
git config --global user.name 'GitHub Design Systems Bot'
|
||||
git config --global user.email 'primer-css@users.noreply.github.com'
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
|
||||
|
||||
- name: Create release pull request or publish to npm
|
||||
id: changesets
|
||||
|
Loading…
Reference in New Issue
Block a user