Skip to content

Commit

Permalink
Merge pull request #418 from github/AnthonyZavala/add-workflow-permis…
Browse files Browse the repository at this point in the history
…sions

Add workflow permissions to build-preview.yml
  • Loading branch information
AnthonyZavala authored Nov 6, 2024
2 parents 5e53d82 + 407fa4e commit f32d76e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
workflow_dispatch:

permissions:
contents: read
packages: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f32d76e

Please sign in to comment.