Skip to content

Update README.md: change permissions during token creation #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 00-course-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Then select `Generate new token`.

You will be prompted to enter a name for your token, select the expiration date (Recommended: 30 Days), and select the scopes for your token (Public Repositories).

It's also necessary to edit the permissions of this token: Permissions -> Models -> Allows access to GitHub Models
Copy link
Preview

Copilot AI Jun 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider rephrasing for clarity and consistency, e.g., "Navigate to Permissions > Models and enable 'Allow access to GitHub Models'" and use consistent arrow notation.

Copilot uses AI. Check for mistakes.


Copy your new token that you have just created. You will now add this to your `.env` file included in this course.


Expand Down