10000 release: Update release.yml · python/cpython-devcontainers@8ee5094 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ee5094

Browse files
committed
release: Update release.yml
1 parent 93f4ab0 commit 8ee5094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
uses: docker/login-action@v3
3333
with:
3434
registry: ghcr.io
35-
username: python
36-
password: ${{ secrets.GHCR_TOKEN }}
35+
username: ${{ github.actor }}
36+
password: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Build and push
3838
uses: docker/build-push-action@v5
3939
with:

0 commit comments

Comments
 (0)
0