mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
build: harden render_nanomaps.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
@@ -11,8 +11,13 @@ on:
|
||||
paths:
|
||||
- 'maps/**'
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
generate_maps:
|
||||
permissions:
|
||||
contents: write # to push to branch
|
||||
pull-requests: write # to create pull requests (repo-sync/pull-request)
|
||||
|
||||
name: 'Generate NanoMaps'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user