Hello,
We're experimenting random failures in our workflows, for example:
2025-03-25T15:13:46.9378402Z ##[group]Run 1password/load-secrets-action@v2
2025-03-25T15:13:46.9378726Z with:
2025-03-25T15:13:46.9378938Z export-env: true
2025-03-25T15:13:46.9379153Z unset-previous: false
2025-03-25T15:13:46.9379364Z env:
2025-03-25T15:13:46.9388828Z OP_SERVICE_ACCOUNT_TOKEN: ***
2025-03-25T15:13:46.9389154Z SOME_KEY: op://github-actions-dev/path/to/key
2025-03-25T15:13:46.9389832Z ##[endgroup]
2025-03-25T15:13:47.0189283Z Authenticated with Service account.
2025-03-25T15:13:47.0258985Z [command]/usr/bin/sh -c /home/runner/work/_actions/1password/load-secrets-action/v2/install_cli.sh
2025-03-25T15:13:47.5210987Z Archive: op.zip
2025-03-25T15:13:47.7078168Z inflating: /tmp/tmp.JMycA1yFyu/op
2025-03-25T15:13:47.7081889Z extracting: /tmp/tmp.JMycA1yFyu/op.sig
2025-03-25T15:13:47.7162093Z [command]/usr/bin/sh -c op env ls
2025-03-25T15:13:47.8109637Z SOME_KEY
2025-03-25T15:13:47.8139170Z Populating variable: SOME_KEY
2025-03-25T15:14:03.5049985Z ##[error]could not read secret 'op://github-actions-dev/path/to/key': could not get item github-actions-dev/cosmo: Server: (500) (Internal Server Error), Server experienced a fatal error.
It happens frequently enough that I notice it (think multiple times a day). Retrying the job usually works, but this is annoying.
Let me know if I can help debug this further!
Hello,
We're experimenting random failures in our workflows, for example:
It happens frequently enough that I notice it (think multiple times a day). Retrying the job usually works, but this is annoying.
Let me know if I can help debug this further!