1
1
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:
Jon Rohan 2021-04-02 11:19:19 -07:00
parent e0c0332a8c
commit 90b474484d
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -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