Skip to content

Commit

Permalink
fixup! fixup! WIP: Add GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Mar 5, 2024
1 parent cea4977 commit eb9122a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@ on:
jobs:
build:
permissions:
pages: write
actions: write
checks: write
contents: write
deployments: write
issues: write
metadata: read
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: read
statuses: write

name: "Update Editor's Copy"
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb9122a

Please sign in to comment.