Skip to content

Commit 15f38fb

Browse files
singiamtelktf
authored andcommitted
Use proper token for creating datamodel-doc PR
1 parent d40ccfa commit 15f38fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/datamodel-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Send pull request
7171
# We need to use "gh" ourselves because alisw/pull-request gets
7272
# confused when multiple repos are checked out.
73-
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} gh pr create -B \
73+
GH_TOKEN="$GITHUB_TOKEN" gh pr create -B \
7474
AliceO2Group:master -H alibuild:auto-datamodel-doc \
7575
--no-maintainer-edit -t 'Automatic data model update' -b "This update \
7676
to the data model documentation was automatically created from \

0 commit comments

Comments
 (0)