cuisongliu / automq-operator

8 stars 1 forks source link

feat(main): add envs for jobs #48

Closed cuisongliu closed 5 days ago

cuisongliu commented 5 days ago

This pull request includes updates to the GitHub Actions workflows to ensure that the GH_TOKEN is properly set in the environment variables for specific jobs. The most important changes include adding the GH_TOKEN environment variable to the sync job in the push.yml workflow and to the build job in the release.yml workflow.

Updates to GitHub Actions workflows: