Skip to content

Commit

Permalink
changing to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed May 17, 2022
1 parent b6e3045 commit 93c7c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notion-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.SECRET_GITHUB }}
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Notion - Update docs
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: notion-update-docs
delete-branch: false
title: '[Notion] Update docs'
title: '[Notion] Update docs'

0 comments on commit 93c7c1a

Please sign in to comment.