We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8fdedc + eea3761 commit 9f38862Copy full SHA for 9f38862
.github/workflows/release.yaml
@@ -71,7 +71,7 @@ jobs:
71
# The following section is done only for releases
72
- name: Import GPG key
73
if: github.event_name == 'release'
74
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
75
with:
76
gpg_private_key: ${{ secrets.GPG_KEY_83F9945BC33EC39E9710206C8B4927076BA50A83 }}
77
passphrase: "${{ secrets.GPG_KEY_83F9945BC33EC39E9710206C8B4927076BA50A83_PASSPHRASE }}"
@@ -90,6 +90,7 @@ jobs:
90
- name: Upload PHAR to the release
91
uses: softprops/action-gh-release@v2
92
93
+ token: ${{ secrets.GH_RELEASE_TOKEN }}
94
files: |
95
pcsf-baseline.phar
96
pcsf-baseline.phar.asc
0 commit comments