Skip to content

Conversation

@Lewis-E
Copy link
Contributor

@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
Contributor 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
Contributor 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
Contributor 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...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Lewis-E
Copy link
Contributor Author

Lewis-E commented Jan 12, 2026

Extracting CI instead: https://github.com/DataDog/serverless-init-ci

@Lewis-E Lewis-E closed this Jan 12, 2026
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