Skip to content

Enhance/build workflow - #17

Merged
JMauclair merged 2 commits into
mainfrom
enhance/build_workflow
Nov 28, 2025
Merged

Enhance/build workflow#17
JMauclair merged 2 commits into
mainfrom
enhance/build_workflow

Conversation

@JMauclair

Copy link
Copy Markdown
Contributor

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +16 to +19
name: Build Project
runs-on: ubuntu-latest
permissions:
contents: read

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Cache fails due to missing actions permission

Job permissions are now limited to contents: read (lines 16–19) while the setup-node step still enables cache: npm; actions/cache requires at least actions: read/write on the GITHUB_TOKEN to restore/save caches, so the cache call in this workflow (and the mirrored .gitea workflow) will error with “Resource not accessible by integration,” causing the build to fail before dependency installation.

Useful? React with 👍 / 👎.

@JMauclair
JMauclair merged commit b1552e6 into main Nov 28, 2025
1 check passed
@JMauclair
JMauclair deleted the enhance/build_workflow branch November 28, 2025 10:03
@JMauclair
JMauclair restored the enhance/build_workflow branch November 28, 2025 10:05
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

JMauclair added a commit that referenced this pull request Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant