We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40ccfa commit 15f38fbCopy full SHA for 15f38fb
1 file changed
.github/workflows/datamodel-doc.yml
@@ -70,7 +70,7 @@ jobs:
70
# Send pull request
71
# We need to use "gh" ourselves because alisw/pull-request gets
72
# confused when multiple repos are checked out.
73
- GH_TOKEN=${{ secrets.GITHUB_TOKEN }} gh pr create -B \
+ GH_TOKEN="$GITHUB_TOKEN" gh pr create -B \
74
AliceO2Group:master -H alibuild:auto-datamodel-doc \
75
--no-maintainer-edit -t 'Automatic data model update' -b "This update \
76
to the data model documentation was automatically created from \
0 commit comments