Skip to content

Commit

Permalink
Adding missing curly Brace in Usage example (actions#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Muñoz Solera authored and joshmgross committed Oct 14, 2019
1 parent e8d384d commit 565d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const core = require('@actions/core');
async function run() {
// 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');

Expand Down

0 comments on commit 565d0bb

Please sign in to comment.