Skip to content

Commit

Permalink
removed env and fixed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Dec 15, 2023
1 parent 1abae85 commit f9fed52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on:

jobs:
build:
environment: release
runs-on: ubuntu-latest
steps:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.PPG_KEY }}
gpg_private_key: ${{ secrets.PPG_KEY }}
passphrase: ${{ secrets.PGP_PASSPHRASE }}
- name: Checkout code
uses: actions/checkout@master # don't get confused by @master - it is the version of the checkout action. You repo will be checked out with ${{ github.ref }}
Expand Down

0 comments on commit f9fed52

Please sign in to comment.