diff --git a/.github/workflows/index-packages.yml b/.github/workflows/index-packages.yml index 6b2ffdf42..5582c4cd9 100644 --- a/.github/workflows/index-packages.yml +++ b/.github/workflows/index-packages.yml @@ -63,7 +63,6 @@ jobs: - name: Index packages run: | - echo "${{ secrets.gpg-key-passphrase }}" | \ docker exec \ --interactive \ ${DOCKER_CONTAINER_NAME} \ @@ -71,7 +70,6 @@ jobs: --suite "${{ inputs.pkg-type }}" \ --config-content "$(echo '${{ secrets.config-base64 }}' | base64 --decode)" \ --run-id "${RUN_ID}" \ - --gpg-key-passphrase-from-stdin \ --log-file "${VERBOSE_LOG_PATH}" - name: Cleanup