Skip to content

Commit

Permalink
Merge tag '1.25.0' into develop
Browse files Browse the repository at this point in the history
1.25.0
  • Loading branch information
hipaybot committed Oct 31, 2024
2 parents b9550b1 + 8e21bbd commit 9e4ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ get-jira-tickets:
const gitlabResponse = await fetch("${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests?state=merged&target_branch=develop&milestone=${CI_COMMIT_TAG}", {
method: "GET",
headers: {
"Private-Token": "$CI_JOB_TOKEN"
"Private-Token": "$GITLAB_API_TOKEN"
}
});
Expand Down

0 comments on commit 9e4ba15

Please sign in to comment.