Skip to content

Commit

Permalink
Update process-building-blocks.yml
Browse files Browse the repository at this point in the history
Add explicit permissions so forks can process.
  • Loading branch information
rob-metalinkage authored Jul 9, 2024
1 parent 1eddfdd commit 75514c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/process-building-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
workflow_dispatch:
schedule:
- cron: 0 4 * * 0


permissions:
contents: write
pages: write
id-token: write

jobs:
validate-and-process:
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
Expand Down

0 comments on commit 75514c4

Please sign in to comment.