You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,10 @@ The CD workflow will:
47
47
6. create a GitHub Release in `JJDing-Louis/YTDownloader-Release`;
48
48
7. upload the installer and hash file to the public release repository.
49
49
50
-
The workflow requires the private source repository secret `RELEASE_REPO_TOKEN`.
50
+
The workflow requires these private source repository secrets:
51
+
52
+
-`RELEASE_REPO_TOKEN`: fine-grained PAT that can write releases to `JJDing-Louis/YTDownloader-Release`.
53
+
-`GH_PACKAGES_TOKEN`: classic PAT with `read:packages` permission so GitHub Actions can restore `JJNET.DataAccess` and `JJNET.Utility` from GitHub Packages.
0 commit comments