mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 18:51:13 +08:00
Add missing } to token example (#153)
This commit is contained in:
parent
547d771ca3
commit
3116829a9b
@ -12,7 +12,7 @@ const core = require('@actions/core');
|
||||
|
||||
// This should be a token with access to your repository scoped in as a secret.
|
||||
// The YML workflow will need to set myToken with the GitHub Secret Token
|
||||
// myToken: ${{ secrets.GITHUB_TOKEN }
|
||||
// myToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
// https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret
|
||||
const myToken = core.getInput('myToken');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user