Commit f2d1985
fix: add explicit empty permissions to deploy-railway.yml (#1132)
* fix: add explicit empty permissions to deploy-railway.yml
Add permissions: {} at the workflow level to explicitly deny all GitHub
token permissions, following the principle of least privilege. This
workflow only needs RAILWAY_TOKEN and has no use for GitHub token access.
Fixes the CodeQL actions/missing-workflow-permissions alert #27.
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
* docs: add CHANGELOG entry for deploy-railway permissions fix
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>1 parent 2c89825 commit f2d1985
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments