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

Failure in "test-passed" job in rake workflow #10

Open
ronaldtse opened this issue Jan 13, 2025 · 1 comment
Open

Failure in "test-passed" job in rake workflow #10

ronaldtse opened this issue Jan 13, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ronaldtse
Copy link
Contributor

In the rake task we are getting failures at the last "test-passed" step:

Screenshot 2025-01-13 at 10 53 12 AM

I don't know why this is failing in this repository, but not the lutaml-model repository which uses the same workflow (and same token).

To prevent this issue in the future, can we change this line:

pat_token: ${{ secrets.LUTAML_CI_PAT_TOKEN }}

To use the new GHA permissions such as:

Like this:
https://github.com/metanorma/mn-samples-plateau/blob/9ba63855643fc45fa5eeec2166f1c02374910e14/.github/workflows/docker.yml#L12-L16

@ronaldtse ronaldtse added the bug Something isn't working label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@ronaldtse @CAMOBAP and others