Skip to content

Commit

Permalink
Merge pull request #7 from zeshanziya/known-hosts
Browse files Browse the repository at this point in the history
fix cli token secret name
  • Loading branch information
zeshanziya authored Jun 7, 2024
2 parents ac50fea + f9fe070 commit 2c56529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-known-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php-version: 8.1
- uses: adam7/[email protected]
with:
token: ${{ secrets.PLATFORM_CLI_TOKEN }}
token: ${{ secrets.PLATFORMSH_CLI_TOKEN }}
- run: ./.github/update-known-hosts.php
- run: mv ./.github/known_hosts . && cp ./known_hosts ./dist/known_hosts

Expand Down

0 comments on commit 2c56529

Please sign in to comment.