Give style workflow permission to update workflows

This commit is contained in:
Team 1280 Programming Laptop 2024-02-14 16:48:05 -08:00
parent 6039e8fbdc
commit 4a5649a832

View file

@ -11,6 +11,7 @@ jobs:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
workflows: write
steps:
- uses: actions/checkout@v4