Skip to content

Commit e944d42

Browse files
committed
next try
1 parent f2dfca5 commit e944d42

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

4645
2. **Add the Token to Your Repository Secrets:**

0 commit comments

Comments
 (0)