We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b1e24 commit ce31e31Copy full SHA for ce31e31
.github/actions/config-infra/entrypoint.sh
@@ -1,9 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-# Set up authentication
5
-echo "${GITHUB_TOKEN}" | gh auth login --with-token
6
-
7
# Clone and configure the repository
8
git clone https://github.com/${REPOSITORY}.git repo
9
cd repo
0 commit comments