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

Using crazy-max/ghaction-import-gpg v3 is not possible to be used without configuration changes #102

Closed
ingogriebsch opened this issue Sep 16, 2020 · 2 comments
Assignees
Labels
infrastructure:github-actions Related to the GitHub Actions used in this project type:bug Something isn't working
Milestone

Comments

@ingogriebsch
Copy link
Owner

No description provided.

@ingogriebsch
Copy link
Owner Author

ingogriebsch commented Sep 16, 2020

The following error occurs if building the project based on v3:

Prepare GPG environment0s
    PASSPHRASE: ***
Run crazy-max/ghaction-import-gpg@v3
  with:
    git-user-signingkey: false
    git-commit-gpgsign: false
    git-tag-gpgsign: false
    git-push-gpgsign: false
    workdir: .
  env:
    JAVA_HOME_8.0.265_x64: /opt/hostedtoolcache/jdk/8.0.265/x64
    JAVA_HOME: /opt/hostedtoolcache/jdk/8.0.265/x64
    JAVA_HOME_8_0_265_X64: /opt/hostedtoolcache/jdk/8.0.265/x64
    GPG_PRIVATE_KEY: ***
    PASSPHRASE: ***
##[error]Input required and not supplied: gpg-private-key

@ingogriebsch
Copy link
Owner Author

Solved through #192 and #84 and some handmade changes.

@ingogriebsch ingogriebsch added the infrastructure:github-actions Related to the GitHub Actions used in this project label Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure:github-actions Related to the GitHub Actions used in this project type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant