Laravel based Tech blog
Find a file
PeterChrz db267ddb8e
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3m17s
fix(ci): add packages:write permission for container registry push
The GITHUB_TOKEN auto-generated by Forgejo Actions requires explicit
packages:write scope to authenticate with the Forgejo container registry.
Without this, docker/login-action fails with a 401/403, which caused all
builds to fail within ~30 seconds at the login step.

Also adds contents:read as a best-practice minimal-privilege declaration.
2026-03-31 22:53:55 -04:00
.forgejo/workflows fix(ci): add packages:write permission for container registry push 2026-03-31 22:53:55 -04:00
.github/workflows initialize project and update gitignore 2026-03-19 09:35:42 -04:00
app initialize project and update gitignore 2026-03-19 09:35:42 -04:00
bootstrap initialize project and update gitignore 2026-03-19 09:35:42 -04:00
config initialize project and update gitignore 2026-03-19 09:35:42 -04:00
database initialize project and update gitignore 2026-03-19 09:35:42 -04:00
docker Forgejo Actions Script 2026-03-30 22:54:47 -04:00
public initialize project and update gitignore 2026-03-19 09:35:42 -04:00
resources initialize project and update gitignore 2026-03-19 09:35:42 -04:00
routes initialize project and update gitignore 2026-03-19 09:35:42 -04:00
storage initialize project and update gitignore 2026-03-19 09:35:42 -04:00
tests initialize project and update gitignore 2026-03-19 09:35:42 -04:00
.editorconfig initialize project and update gitignore 2026-03-19 09:35:42 -04:00
.env.example initialize project and update gitignore 2026-03-19 09:35:42 -04:00
.gitattributes initialize project and update gitignore 2026-03-19 09:35:42 -04:00
.gitignore initialize project and update gitignore 2026-03-19 09:35:42 -04:00
artisan initialize project and update gitignore 2026-03-19 09:35:42 -04:00
composer.json initialize project and update gitignore 2026-03-19 09:35:42 -04:00
composer.lock initialize project and update gitignore 2026-03-19 09:35:42 -04:00
Dockerfile Remove pdo_sqlite, use MySQL 2026-03-31 15:27:07 -04:00
package-lock.json initialize project and update gitignore 2026-03-19 09:35:42 -04:00
package.json initialize project and update gitignore 2026-03-19 09:35:42 -04:00
phpunit.xml initialize project and update gitignore 2026-03-19 09:35:42 -04:00
README.md Initial commit 2026-03-19 00:01:10 +00:00
vite.config.js initialize project and update gitignore 2026-03-19 09:35:42 -04:00

techblog

Laravel based Tech blog