diff --git a/.github/workflows/blossom-docs.yml b/.github/workflows/blossom-docs.yml index 7e8117c6..e1bf2593 100644 --- a/.github/workflows/blossom-docs.yml +++ b/.github/workflows/blossom-docs.yml @@ -114,10 +114,8 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - with: - docs_image: ${{ secrets.DOCS_IMAGE }} container: - image: ${{ inputs.docs_image }} + image: ${{ secrets.docs_image }} credentials: username: ${{ secrets.DOCS_TOKEN_NAME }} password: ${{ secrets.DOCS_TOKEN }}