Skip to content

Commit

Permalink
Update Prerequisites.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Nov 19, 2023
1 parent b3128d7 commit a37a706
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Workshop/Prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ You will need:
- Free should be enough to follow the workshop
1. A GitHub organizational account
- Free should be enough to follow the workshop
1. An organizational secret called GHTOKENWORKFLOW
- Containing a personal access token with permissions to modify workflows.
1. An organizational secret called GHTOKENWORKFLOW containing a personal access token (classic or fine-grained)
- Using classic tokens, the token should have **workflow** permissions (automatically includes repo permissions)
- Using Fine-grained tokens, the token should have **Read and Write** access to **Contents**, **Pull Requests** and **Workflows** (automatically includes Read-only access to Metadata)
- The secret should be available to all public repositories (you cannot have organizational secret accessible for private repos in Free GitHub)
1. An organizational variable called ALGOORGSETTINGS
- Containing the following JSON structure (for performance reasons)
Expand Down

0 comments on commit a37a706

Please sign in to comment.