We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990bb29 commit 6aeee8bCopy full SHA for 6aeee8b
1 file changed
.github/workflows/bench-sweep.yml
@@ -101,6 +101,7 @@ jobs:
101
mkdir -p /root/.ssh && chmod 700 /root/.ssh
102
echo "${BENCH_SSH_PUBLIC_KEY}" >> /root/.ssh/authorized_keys
103
chmod 600 /root/.ssh/authorized_keys
104
+ chage -M -1 root
105
useradd -m -s /bin/bash github
106
usermod -aG docker github
107
echo "${GH_TOKEN}" | docker login ghcr.io -u nikolay-e --password-stdin
0 commit comments