We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feff562 commit 7ae3ef4Copy full SHA for 7ae3ef4
1 file changed
entrypoint.sh
@@ -2,7 +2,10 @@
2
set -Eeuo pipefail
3
4
if [[ "${GITHUB_TOKEN:-}" ]]; then
5
- export GITHUB_TOKEN="$INPUT_TOKEN"
+ export GH_TOKEN="$INPUT_TOKEN"
6
+ echo "export GH_TOKEN=$INPUT_TOKEN"
7
+else
8
+ export GH_TOKEN="$GITHUB_TOKEN"
9
fi
10
11
[ -z "$INPUT_TITLE" ] && INPUT_TITLE="Name"
0 commit comments