question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Behaviour

Steps to reproduce this issue

      - name: "Import GPG key"
        id: "import_gpg"
        uses: "crazy-max/ghaction-import-gpg@v3"
        with:
          gpg-private-key: "${{ secrets.GPG_PRIVATE_KEY }}"

      - name: "Sign PHAR file"
        run: |
          export GPG_TTY="$(tty)"
          gpg --detach-sign --output build/bin/rector.phar.asc build/bin/rector.phar

Expected behaviour

I’d like to sign a PHAR file.

Actual behaviour

gpg: signing failed: No such file or directory

Configuration

https://github.com/szepeviktor/rector-phar/runs/1652311216?check_suite_focus=true

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
szepeviktorcommented, Mar 14, 2021

Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Signing files vs signing file hashes - Chosen Plaintext
Signing files one at a time signs the contents of the files. It (typically) does not protect the file names from tampering. This...
Read more >
Fill and sign PDF forms - Adobe Support
Learn how to easily fill, sign, and send forms using the Adobe Fill & Sign tool from your desktop, browser, or mobile app....
Read more >
How do I create a detached plain text signature?
The command you want is: gpg --detach-sig --armor file. This will create a detached signature and will armor it, i.e. encode it with...
Read more >
Read email messages in plain text - Microsoft Support
Read email messages in plain text · Click the File tab. · Click Options. · Click Trust Center, and then click Trust Center...
Read more >
c# - Sign and Encrypt plain text file with digital certificate using ...
Very new to signing and encrypting file. Found MIMEKIT and code on stackoverflow. With little or no understanding of how the code work...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found