Skip to content

Commit

Permalink
Use GITHUB_TOKEN provided by GitHub Actions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Feb 11, 2020
1 parent ae6e217 commit 7c02ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
args: "--dangerfile Automattic/peril-settings/org/pr/label.ts"
env:
GITHUB_TOKEN: ${{ secrets.MOKAGIO_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/danger-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
args: "--dangerfile Automattic/peril-settings/org/pr/ios-macos.ts"
env:
GITHUB_TOKEN: ${{ secrets.MOKAGIO_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c02ce4

Please sign in to comment.