Skip to content

Commit 651ebe1

Browse files
committed
Security test passed, ready to merge
1 parent 267a4dc commit 651ebe1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/push_to_platform.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Push to Platform
22

33
on:
44
push:
5-
# branches:
6-
# - main
5+
branches:
6+
- main
77

88
jobs:
99
subtree-pull:
@@ -29,7 +29,6 @@ jobs:
2929
run: |
3030
mkdir -p ~/.ssh
3131
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
32-
cat ~/.ssh/id_rsa
3332
chmod 600 ~/.ssh/id_rsa
3433
3534
# Add GitHub's SSH key to known_hosts

0 commit comments

Comments
 (0)