Skip to content

Commit e34a70c

Browse files
authored
Merge pull request #7 from securenative/dev
Fix github actions
2 parents 02a008f + 24def94 commit e34a70c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Publish
2727
uses: musps/action-deployer-php@master
2828
with:
29-
env:
30-
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
29+
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
3130

3231
- name: Create changelog
3332
uses: heinrichreimer/[email protected]

0 commit comments

Comments
 (0)