Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] no valid OpenPGP data found #28

Closed
4 tasks done
a-cesari opened this issue Jan 15, 2024 · 1 comment
Closed
4 tasks done

[BUG] no valid OpenPGP data found #28

a-cesari opened this issue Jan 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@a-cesari
Copy link

a-cesari commented Jan 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

Describe the bug?

Since couple of days the pipeline started failing with the following error:

gpg: no valid OpenPGP data found.
Error: Process completed with exit code 2.

To Reproduce

- name: Postgres Dump Backup
        uses: tj-actions/pg-dump@v3
        with:
          postgresql_version: "15"
          github_token: ${{ secrets.BOT_TOKEN }}
          database_url: "postgres://${{ secrets.DB_USER }}:${{ secrets.DB_PWD }}@${{ secrets.DB_HOST }}:${{ secrets.DB_PROD_PORT }}/${{ secrets.DB_PROD_NAME }}"
          path: "backup.sql" 
          options: "-O --format=c -b --verbose"

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-22.04

Expected behavior?

postgres to be installed

Relevant log output

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: no valid OpenPGP data found.
Error: Process completed with exit code 2.

Has all relevant logs been included?

  • I've included all relevant logs

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@a-cesari a-cesari added the bug Something isn't working label Jan 15, 2024
@a-cesari
Copy link
Author

Sorry, it was a proxy problem on our side.
Closing the issue as is not a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant