Skip to content

Commit

Permalink
workflow: update the token-permissions to be explict (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Le Yao <[email protected]>
  • Loading branch information
Le Yao authored Jan 16, 2024
1 parent a4650e0 commit e93dfe7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-ruleserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
paths:
- "ruleserver/**"
- ".github/workflows/build-ruleserver.yaml"
workflow_dispatch:

permissions:
contents: read

jobs:
build-ruleserver:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-wasm-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- "e2e"
- "wasmplugin/**"
- ".github/workflows/build-wasm-plugin.yaml"
workflow_dispatch:

permissions:
contents: read

jobs:
build-wasm-plugin-dynamic:
Expand Down

0 comments on commit e93dfe7

Please sign in to comment.