Skip to content

Commit

Permalink
objectionary#66 - wided
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Nov 2, 2022
1 parent 9b672a1 commit 9e50459
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@ on:
branches:
- master
paths-ignore: ['paper/**', 'README.md', 'LICENSE.txt']
permissions:
pull-requests: write
issues: write
repository-projects: write
jobs:
make:
permissions:
actions: write
checks: write
contents: write
deployments: write
issues: write
packages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9e50459

Please sign in to comment.