Skip to content

Commit

Permalink
Merge pull request #13 from creative-commoners/pulls/1.0/action-permi…
Browse files Browse the repository at this point in the history
…ssions

DOC Document required permissions
  • Loading branch information
GuySartorelli authored May 14, 2024
2 parents 2509bbd + 9f32375 commit 2f7ea3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
- cron: '0 0 1 * *'
workflow_dispatch:

permissions: {}

jobs:
keepalive:
name: Keepalive
Expand All @@ -24,6 +26,8 @@ jobs:
# Change '<account_name>/' to match the name of the account hosting this repository
if: (github.event_name == 'schedule' && startsWith(github.repository, '<account_name>/')) || (github.event_name != 'schedule')
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Keepalive
uses: silverstripe/gha-keepalive@v1
Expand Down

0 comments on commit 2f7ea3e

Please sign in to comment.