You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(lib-inject): fix build_deploy [backport #5472 to 1.11] (#5482)
Re-usable workflows don't support being run in `steps` which isn't well
documented. This manifests as
```
The workflow is not valid. .github/workflows/build_deploy.yml (Line: 222, Col: 9): Unexpected value 'secrets' .github/workflows/build_deploy.yml
```
https://github.com/DataDog/dd-trace-py/actions/runs/4612728372
Unfortunately, there isn't a really good way to verify this job before
the release. Github doesn't validate the workflows until they have match
criteria and are executed.
0 commit comments