Skip to content

Commit 0ed0856

Browse files
authored
use org secret
1 parent d511dab commit 0ed0856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create release
3535
id: docker_build
3636
run: |
37-
echo ${{ secrets.PACKAGES_TOKEN }} | docker login ghcr.io -u GitHubSecurityLab --password-stdin
37+
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u GitHubSecurityLab --password-stdin
3838
python release_tools/publish_docker.py release.txt main.py ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE_NAME }} ${{ github.event.inputs.release_tag }}
3939
DIGEST=$(cat /tmp/digest.txt)
4040
echo "digest=$DIGEST" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)