Skip to content

Commit

Permalink
Fix a missing permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteMasterEric committed Nov 28, 2024
1 parent dd7984a commit 0028b0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: CI

on: [push, pull_request, workflow_dispatch]

# Deployment requires giving Github Actions write access to the gh-pages branch
permissions:
contents: write

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

0 comments on commit 0028b0a

Please sign in to comment.