Skip to content

Commit 9f38862

Browse files
authored
Merge pull request #18 from Aeliot-Tm/fix-release
Work around uploading of created PHAR
2 parents b8fdedc + eea3761 commit 9f38862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# The following section is done only for releases
7272
- name: Import GPG key
7373
if: github.event_name == 'release'
74-
uses: crazy-max/ghaction-import-gpg@v5
74+
uses: crazy-max/ghaction-import-gpg@v6
7575
with:
7676
gpg_private_key: ${{ secrets.GPG_KEY_83F9945BC33EC39E9710206C8B4927076BA50A83 }}
7777
passphrase: "${{ secrets.GPG_KEY_83F9945BC33EC39E9710206C8B4927076BA50A83_PASSPHRASE }}"
@@ -90,6 +90,7 @@ jobs:
9090
- name: Upload PHAR to the release
9191
uses: softprops/action-gh-release@v2
9292
with:
93+
token: ${{ secrets.GH_RELEASE_TOKEN }}
9394
files: |
9495
pcsf-baseline.phar
9596
pcsf-baseline.phar.asc

0 commit comments

Comments
 (0)