Skip to content

Conversation

@Lewis-E
Copy link

@Lewis-E Lewis-E commented Jan 8, 2026

Overview

Testing

GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
run: |
curl --fail --request POST \
--header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't love this as a workflow. I think moving this build script to somewhere we could do this whole process in gitlab would be much more clear and wouldn't require maintaining this gitlab token.

Copy link
Author

@Lewis-E Lewis-E Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attempting to come up with an alternative: DataDog/datadog-agent#44908

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, alternative theoretically works, but can't be in the datadog-agent project. Question is, where...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants