Skip to content

Commit 3db69d2

Browse files
committed
fix gh login
1 parent f9563dd commit 3db69d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Download specification file"
6060
id: download
6161
run: |
62-
gh auth login --hostname github.tools.sap --with-token ${{ secrets.GH_TOOLS_TOKEN }}
62+
echo "${{ secrets.GH_TOOLS_TOKEN }}" | gh auth login --hostname github.tools.sap --with-token
6363
6464
case $CHOICE in
6565
core)

0 commit comments

Comments
 (0)