File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 uses : peter-evans/repository-dispatch@v2
1818 with :
1919 # The central registry repository that will receive the announcement.
20- repository : rayforge /rayforge-registry
20+ repository : barebaric /rayforge-registry
2121
2222 # This uses the secret you created in your repository settings.
2323 token : ${{ secrets.REGISTRY_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ The automated release workflow needs a token with minimal permissions to announc
3939 - Click ** "Generate new token"** (classic).
4040 - Give it a descriptive name (e.g., ` Rayforge Registry Announcer ` ).
4141 - Set an expiration date (e.g., 1 year).
42- - Under ** "Select scopes,"** check only the box for ** ` public_repo ` ** . This grants read-only
43- permission for public repositories.
42+ - Under ** "Select scopes,"** check only the box for ** ` repo ` ** .
4443 - Click ** "Generate token"** and ** copy the token immediately** . You will not see it again.
4544
46452 . ** Add the Token to Your Repository Secrets:**
You can’t perform that action at this time.
0 commit comments