Enhance/build workflow - #17
Conversation
There was a problem hiding this comment.
💡 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".
| name: Build Project | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read |
There was a problem hiding this comment.
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 👍 / 👎.
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…se workflow' (#17) from implement/semantic_release into main Reviewed-on: https://git.stralya.com/Klickbee/klickbee-crm/pulls/17
No description provided.