We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb0570 commit cd7af37Copy full SHA for cd7af37
.github/workflows/publish-docker.yml
@@ -11,5 +11,5 @@ jobs:
11
dockerfile: "Dockerfile"
12
image-name: "iexec/mcp-server"
13
secrets:
14
- dockerhub-username: ${{ secrets.dockerhub_user }}
15
- dockerhub-pat: ${{ secrets.dockerhub-pat }}
+ dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
+ dockerhub-pat: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/publish-npm.yml
@@ -8,4 +8,4 @@ jobs:
8
publish:
9
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
10
- npm-token: ${{ secrets.npm-token }}
+ npm-token: ${{ secrets.NPM_TOKEN }}
0 commit comments