mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-16 20:11:00 +01:00
fix token name
This commit is contained in:
@@ -11,7 +11,7 @@ steps:
|
||||
repo: *repo
|
||||
tags: latest
|
||||
when:
|
||||
event: [push]
|
||||
event: [pull_request]
|
||||
|
||||
publish:
|
||||
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
||||
@@ -23,6 +23,6 @@ steps:
|
||||
tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: deploy_token
|
||||
from_secret: DEPLOY_TOKEN
|
||||
when:
|
||||
event: [push]
|
||||
event: [tag]
|
||||
|
||||
Reference in New Issue
Block a user