mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-24 13:48:49 +08:00
Correct Codeball permissions (#1746)
Signed-off-by: Drasko Draskovic <drasko.draskovic@gmail.com>
This commit is contained in:
parent
e6a3ce1fa2
commit
cea1def6a8
4
.github/workflows/codeball.yaml
vendored
4
.github/workflows/codeball.yaml
vendored
@ -8,6 +8,10 @@ jobs:
|
||||
codeball:
|
||||
runs-on: ubuntu-latest
|
||||
name: Codeball
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Codeball
|
||||
uses: sturdy-dev/codeball-action@v2
|
||||
|
@ -6,12 +6,12 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
swagger:
|
||||
swagger-ui:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Swagger ui action
|
||||
- name: Swagger UI action
|
||||
id: swagger-ui-action
|
||||
uses: blokovi/swagger-ui-action@main
|
||||
with:
|
Loading…
x
Reference in New Issue
Block a user