mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +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
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,6 @@
|
|||
name: Package
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
release:
|
||||
|
|
|
|||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
name: Test
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue