mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Merge pull request #13791 from sashashura/patch-1
GitHub Workflows security hardening
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