Skip to content

Commit 3116829

Browse files
squalrusDanny McCormick
authored andcommitted
Add missing } to token example (actions#153)
1 parent 547d771 commit 3116829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const core = require('@actions/core');
1212

1313
// This should be a token with access to your repository scoped in as a secret.
1414
// The YML workflow will need to set myToken with the GitHub Secret Token
15-
// myToken: ${{ secrets.GITHUB_TOKEN }
15+
// myToken: ${{ secrets.GITHUB_TOKEN }}
1616
// https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret
1717
const myToken = core.getInput('myToken');
1818

0 commit comments

Comments
 (0)