Skip to content

Commit

Permalink
πŸ”“ update Github workflow permission (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Jun 20, 2023
1 parent 3906b9a commit 0bfceed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
required: false
default: false

# This is required for "gautamkrishnar/keepalive-workflow"
permissions:
contents: write

defaults:
run:
shell: bash
Expand Down Expand Up @@ -85,4 +89,4 @@ jobs:
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v1
if: matrix.ddev_version == 'stable'
if: matrix.ddev_version == 'stable'

0 comments on commit 0bfceed

Please sign in to comment.