Skip to content

Commit

Permalink
(au) provide more around how to setup gist id
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Aug 27, 2016
1 parent 8d1514a commit 54cfdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environment:
mail_port: 587
mail_enablessl: true

# ID of the gist used to save run results
# ID of the gist used to save run results - create a gist under the github_user (secret or not) and grab the id - https://gist.github.com/name/id
gist_id: YOUR_GIST_ID_CREATE_GIST_SAVE_ID_HERE

# Chocolatey API key - to push updated packages
Expand Down
2 changes: 1 addition & 1 deletion setup/au_setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Chocolatey API key - to push updated packages
`$env:api_key = 'YOUR_CHOCO_API_KEY_HERE'
# ID of the gist used to save run results
# ID of the gist used to save run results - create a gist under the github_user (secret or not) and grab the id - https://gist.github.com/name/id
`$env:gist_id = 'YOUR_GIST_ID_CREATE_GIST_SAVE_ID_HERE'
"@ | Out-File $PSScriptRoot\..\au\update_vars.ps1 -NoClobber

Expand Down

0 comments on commit 54cfdbb

Please sign in to comment.