Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cdr_cr_check/trigger_and_poll_gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
sys.exit(1)

if not project_api_read_token :
print("CDR-CR failed to run because READ_API_TOKEN (GITLAB_READ_API_TOKEN) was not set")
print("CDR-CR failed to run because READ_API_TOKEN (GITLAB_READ_API_TOKEN) was not set or has insufficient permissions")
sys.exit(1)

# Enable logging
Expand Down
Loading