Skip to content

Commit

Permalink
build: set top level permissions to read only for ng-renovate config (#…
Browse files Browse the repository at this point in the history
…805)

since we don't use the github actions robot account for permissions, we can just use
read only access here

PR Close #805
  • Loading branch information
josephperrott committed Aug 26, 2022
1 parent 3fa53d3 commit 62546cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ng-renovate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Angular-Org Renovate

on:
workflow_dispatch:
schedule:
- cron: '0/30 * * * *' # Runs every 30 minutes.

# Declare default permissions as read only.
permissions:
contents: read

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

0 comments on commit 62546cf

Please sign in to comment.