Skip to content

Commit

Permalink
chore: permissions
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 17, 2025
1 parent ccde6ab commit 9dc00c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/update-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- cron: "30 3 * * MON"
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
update-cli:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/update-subnets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Update Subnets documentation

on:
schedule:
- cron: '30 8 * * MON'
- cron: "30 8 * * MON"
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
update-subnets:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9dc00c4

Please sign in to comment.