Skip to content

Commit 2c56529

Browse files
authored
Merge pull request #7 from zeshanziya/known-hosts
fix cli token secret name
2 parents ac50fea + f9fe070 commit 2c56529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-known-hosts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
php-version: 8.1
1515
- uses: adam7/platformsh-cli-action@v1.2
1616
with:
17-
token: ${{ secrets.PLATFORM_CLI_TOKEN }}
17+
token: ${{ secrets.PLATFORMSH_CLI_TOKEN }}
1818
- run: ./.github/update-known-hosts.php
1919
- run: mv ./.github/known_hosts . && cp ./known_hosts ./dist/known_hosts
2020

0 commit comments

Comments
 (0)