diff --git a/sdks/dotnet/.github/workflows/github-actions.yml b/sdks/dotnet/.github/workflows/github-actions.yml index a4f54beef..1046c5fd5 100644 --- a/sdks/dotnet/.github/workflows/github-actions.yml +++ b/sdks/dotnet/.github/workflows/github-actions.yml @@ -19,6 +19,9 @@ jobs: - name: Build SDK run: ./run-build + env: + DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} + DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}} - name: Ensure no changes in Generated Code run: ./bin/check-clean-git-status diff --git a/sdks/java-v1/.github/workflows/github-actions.yml b/sdks/java-v1/.github/workflows/github-actions.yml index b6fa96b44..4733ead82 100644 --- a/sdks/java-v1/.github/workflows/github-actions.yml +++ b/sdks/java-v1/.github/workflows/github-actions.yml @@ -21,6 +21,9 @@ jobs: - name: Build SDK run: ./run-build + env: + DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} + DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}} - name: Ensure no changes in Generated Code run: ./bin/check-clean-git-status @@ -91,4 +94,3 @@ jobs: ref: "refs/tags/" + process.env.PACKAGE_VERSION, sha: context.sha }) - diff --git a/sdks/java-v2/.github/workflows/github-actions.yml b/sdks/java-v2/.github/workflows/github-actions.yml index 14845d5ad..3807e81ee 100644 --- a/sdks/java-v2/.github/workflows/github-actions.yml +++ b/sdks/java-v2/.github/workflows/github-actions.yml @@ -21,6 +21,9 @@ jobs: - name: Build SDK run: ./run-build + env: + DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} + DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}} - name: Ensure no changes in Generated Code run: ./bin/check-clean-git-status @@ -91,4 +94,3 @@ jobs: ref: "refs/tags/" + process.env.PACKAGE_VERSION, sha: context.sha }) - diff --git a/sdks/node/.github/workflows/github-actions.yml b/sdks/node/.github/workflows/github-actions.yml index 9d0393856..f9f3ba3a8 100644 --- a/sdks/node/.github/workflows/github-actions.yml +++ b/sdks/node/.github/workflows/github-actions.yml @@ -19,6 +19,9 @@ jobs: - name: Build SDK run: ./run-build + env: + DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} + DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}} - name: Ensure no changes in Generated Code run: ./bin/check-clean-git-status @@ -99,4 +102,3 @@ jobs: ref: "refs/tags/" + process.env.PACKAGE_VERSION, sha: context.sha }) - diff --git a/sdks/php/.github/workflows/github-actions.yml b/sdks/php/.github/workflows/github-actions.yml index 049bdd277..5bc007baf 100644 --- a/sdks/php/.github/workflows/github-actions.yml +++ b/sdks/php/.github/workflows/github-actions.yml @@ -19,6 +19,9 @@ jobs: - name: Build SDK run: ./run-build + env: + DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} + DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}} - name: Ensure no changes in Generated Code run: ./bin/check-clean-git-status diff --git a/sdks/python/.github/workflows/github-actions.yml b/sdks/python/.github/workflows/github-actions.yml index 9de89c766..d89e40a59 100644 --- a/sdks/python/.github/workflows/github-actions.yml +++ b/sdks/python/.github/workflows/github-actions.yml @@ -22,6 +22,9 @@ jobs: - name: Build SDK run: ./run-build + env: + DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} + DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}} - name: Ensure no changes in Generated Code run: ./bin/check-clean-git-status diff --git a/sdks/ruby/.github/workflows/github-actions.yml b/sdks/ruby/.github/workflows/github-actions.yml index 0e56ede5b..0c9590e51 100644 --- a/sdks/ruby/.github/workflows/github-actions.yml +++ b/sdks/ruby/.github/workflows/github-actions.yml @@ -19,6 +19,9 @@ jobs: - name: Build SDK run: ./run-build + env: + DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} + DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}} - name: Ensure no changes in Generated Code run: ./bin/check-clean-git-status