Commit a708535
Fix build workflow publish-packages auth issue
Fixes the authentication error in the `publish-packages` job when
logging into GitHub Container Registry:
The `publish-packages` job fails with "Username and password
required" when attempting to login to ghcr.io. This happens because
the job tries to use `${{ env.GITHUB_ACTOR }}` and
`${{ env.GITHUB_TOKEN }}` environment variables that are never set.1 parent 2a8f607 commit a708535
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
600 | 603 | | |
601 | 604 | | |
602 | 605 | | |
| |||
0 commit comments