mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 14:25:10 +00:00
ci: restrictive permission for gh actions
This commit is contained in:
4
.github/workflows/docker-release.yml
vendored
4
.github/workflows/docker-release.yml
vendored
@@ -2,6 +2,10 @@ name: Trigger Docker build on release
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
curl:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user