Skip to content

Commit

Permalink
test workflow without permission set to read
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi committed Aug 30, 2024
1 parent 3cd5f52 commit 81f7300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-aas-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Build AAS Web UI
on:
pull_request:
branches: [ main ]
paths:
- 'aas-web-ui/**'

permissions:
contents: write
contents: read

jobs:
build:
Expand Down

0 comments on commit 81f7300

Please sign in to comment.