Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: auto run smoke tests for members #529

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

njhale
Copy link
Member

@njhale njhale commented Jun 21, 2024

The default GitHub workflow token isn't privileged enough to check org membership for PR authors. This prevents smoke tests for running automatically for org members. To fix this, switch to a PAT with the correct privileges for this check.

Reminder: This change won't affect the runs for this PR since the workflow files are always pulled from the base branch.

The default GitHub workflow token isn't privileged enough to check org
membership for PR authors. This prevents smoke tests for running
automatically for org members. To fix this, switch to a PAT with the correct
privileges for this check.

Signed-off-by: Nick Hale <[email protected]>
Rename smoke test jobs to remove stutter; e.g. `smoke/smoke-<model>` ->
`smoke/<model>`.

Signed-off-by: Nick Hale <[email protected]>
@njhale njhale merged commit d6fc958 into gptscript-ai:main Jun 21, 2024
8 checks passed
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.

3 participants