Skip to content

Commit 13bee9d

Browse files
apply suggestions
1 parent bffee1f commit 13bee9d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/_test-cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_call:
55
workflow_dispatch:
66

7+
permissions:
8+
contents: read
9+
710
env:
811
MINDEE_API_KEY: ${{ secrets.MINDEE_API_KEY_SE_TESTS }}
912
MINDEE_V2_API_KEY: ${{ secrets.MINDEE_V2_SE_TESTS_API_KEY }}

.github/workflows/cron.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: '33 0 * * *'
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
codeql:
912
uses: mindee/mindee-api-java/.github/workflows/_codeql.yml@main

0 commit comments

Comments
 (0)