Skip to content

Commit cd7af37

Browse files
ci: config docker secrets (#24)
ci : config docker secrets
1 parent 4cb0570 commit cd7af37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
dockerfile: "Dockerfile"
1212
image-name: "iexec/mcp-server"
1313
secrets:
14-
dockerhub-username: ${{ secrets.dockerhub_user }}
15-
dockerhub-pat: ${{ secrets.dockerhub-pat }}
14+
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
15+
dockerhub-pat: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
publish:
99
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
1010
secrets:
11-
npm-token: ${{ secrets.npm-token }}
11+
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)