Skip to content

Commit

Permalink
refactor: change it to trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
  • Loading branch information
Sarthak160 committed Jun 24, 2024
1 parent ad0dd4f commit 3509ec2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:

- name: Decode GPG Key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode > ${{ github.workspace }}/gpg_key.asc
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode | tr -d '\n' > ${{ github.workspace }}/gpg_key.asc


- name: Display encoded key format (Debugging only - do not use in production)
run: cat ${{ github.workspace }}/gpg_key.asc
# - name: Display encoded key format (Debugging only - do not use in production)
# run: cat ${{ github.workspace }}/gpg_key.asc

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v4
Expand Down

0 comments on commit 3509ec2

Please sign in to comment.