1
0
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:
Drasko DRASKOVIC 2023-03-14 23:21:17 +01:00 committed by GitHub
parent e6a3ce1fa2
commit cea1def6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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: