mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
github workflows: add permissions.
This commit is contained in:
parent
a2c39f788e
commit
ce80405254
3 changed files with 8 additions and 0 deletions
3
.github/workflows/devbuild.yaml
vendored
3
.github/workflows/devbuild.yaml
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
name: Development build
|
name: Development build
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ dev ]
|
branches: [ dev ]
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
name: Package
|
name: Package
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
|
|
||||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue