-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace reserved secret
GITHUB_TOKEN
with GH_TOKEN
in documentati…
…on (#34)
- Loading branch information
Alex Page
authored
Apr 29, 2020
1 parent
20936df
commit 0a4f775
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description: '🤖 Automate GitHub Project cards with any webhook event' | |
author: 'Alex Page <[email protected]>' | ||
inputs: | ||
repo-token: | ||
description: 'The GITHUB_TOKEN secret can be passed in using {{ secrets.GITHUB_TOKEN }}' | ||
description: 'The GH_TOKEN secret can be passed in using {{ secrets.GH_TOKEN }}' | ||
required: true | ||
project: | ||
description: 'The name of the GitHub Project' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters