Skip to content

Commit

Permalink
Merge pull request #15 from buu-huu/main
Browse files Browse the repository at this point in the history
Add clarifying comment next to the github token parameter
  • Loading branch information
p4p1 authored Jun 13, 2024
2 parents d42476c + 5f07350 commit cf6f439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tryhackme-update-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
with:
# Replace with your tryhackme username
username: "p4p1"
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # Do not paste your github token here - this is a placeholder
# and will pull your github token automatically
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
with:
# Replace with your tryhackme username
username: "<USERNAME>"
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # Do not paste your github token here - this is a placeholder
# and will pull your github token automatically
```
5. Create a assets/ folder inside of your username repo
6. Add the following markdown in your read me and add your username:
Expand Down

0 comments on commit cf6f439

Please sign in to comment.