Skip to content

Commit

Permalink
fix(token): ensure performance and definitely typed pull requests are…
Browse files Browse the repository at this point in the history
… created with the right token
  • Loading branch information
uittorio committed May 31, 2020
1 parent 1c02e71 commit 869fa37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/definitelyTyped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
GITHUB_TOKEN: ${{ secrets.GITHUBTYPESCRIPTTDD }}
with:
commit-message: "chore(definitelyTyped) add definitelyTyped tests data"
committer: typescripttdd <typescripttdd@gmail.com>
author: typescripttdd <typescripttdd@gmail.com>
title: DefinitelyTyped Tests Data on ${{ env.DATE }}
branch: definitely-typed-tests
token: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
token: ${{ secrets.GITHUBTYPESCRIPTTDD }}
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
author: typescripttdd <typescripttdd@gmail.com>
title: Performance Data on ${{ env.DATE }}
branch: performance-${{ env.DATE }}
token: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
token: ${{ secrets.GITHUBTYPESCRIPTTDD }}

0 comments on commit 869fa37

Please sign in to comment.