Skip to content

Commit d14defd

Browse files
committed
gh-actions: protect the SSH deploy key
1 parent 31d95ec commit d14defd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./website.sh --force-docker-pull --parallel
3636
- name: Pushes to another repository
3737
id: push_directory
38-
uses: cpina/github-action-push-to-another-repository@main
38+
uses: cpina/github-action-push-to-another-repository@55306faa4ed53b815ae49e564af8cfb359d32ae2
3939
env:
4040
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
4141
with:

0 commit comments

Comments
 (0)