Skip to content

Commit

Permalink
temp: no pw
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed May 18, 2024
1 parent 1a7a52f commit a8fcbfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/index-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,13 @@ jobs:
- name: Index packages
run: |
echo "${{ secrets.gpg-key-passphrase }}" | \
docker exec \
--interactive \
${DOCKER_CONTAINER_NAME} \
./index-packages.py \
--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
Expand Down

0 comments on commit a8fcbfe

Please sign in to comment.