Skip to content

Commit d83d81d

Browse files
committed
fix: Fix publishing to GHCR
1 parent a9a1e8a commit d83d81d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
GIT_AUTHOR_NAME: getsentry-bot
104104
EMAIL: bot@getsentry.com
105105
GITHUB_API_TOKEN: ${{ steps.token.outputs.token }}
106+
GITHUB_ACTOR: x-access-token # for ghcr.io auth
107+
GITHUB_TOKEN: ${{ steps.token.outputs.token }} # for ghcr.io auth
106108
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
107109
CRAFT_GCS_TARGET_CREDS_JSON: ${{ secrets.CRAFT_GCS_TARGET_CREDS_JSON }}
108110
CRAFT_GCS_STORE_CREDS_JSON: ${{ secrets.CRAFT_GCS_STORE_CREDS_JSON }}

0 commit comments

Comments
 (0)