We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9563dd commit 3db69d2Copy full SHA for 3db69d2
.github/workflows/spec-update.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: "Download specification file"
60
id: download
61
run: |
62
- gh auth login --hostname github.tools.sap --with-token ${{ secrets.GH_TOOLS_TOKEN }}
+ echo "${{ secrets.GH_TOOLS_TOKEN }}" | gh auth login --hostname github.tools.sap --with-token
63
64
case $CHOICE in
65
core)
0 commit comments