File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,25 +73,12 @@ jobs:
7373 - name : Build
7474 run : yarn build
7575
76- - name : Use GitHub App Token
77- uses : actions/create-github-app-token@v1
78- id : app-token
79- with :
80- app-id : ${{ secrets.GU_CHANGESETS_APP_ID }}
81- private-key : ${{ secrets.GU_CHANGESETS_PRIVATE_KEY }}
82-
83- - name : Set git user to Gu Changesets app
84- run : |
85- git config user.name "gu-changesets-release-pr[bot]"
86- git config user.email "gu-changesets-release-pr[bot]@users.noreply.github.com"
87-
8876 - name : Create Release Pull Request or Publish to npm
8977 id : changesets
9078 uses : changesets/action@v1
9179 with :
9280 publish : yarn changeset publish
9381 title : " 🦋 Release package updates"
9482 commit : " Bump package versions"
95- setupGitUser : false
9683 env :
97- GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
84+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments