Skip to content

Commit

Permalink
Revert "use GITHUB_TOKEN"
Browse files Browse the repository at this point in the history
This reverts commit 77549d4.
  • Loading branch information
devlinjunker committed Mar 23, 2020
1 parent 77549d4 commit 08f4cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Merge to Master

# Controls when the action will run. Triggers the workflow on push
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
env:
ACTION_MAIL: [email protected]
ACTION_NAME: devlinjunker
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}
MD_FOLDER: ./
OWNER: devlinjunker
REPO_NAME: template.node.hapi
Expand Down

0 comments on commit 08f4cc5

Please sign in to comment.