Skip to content

Commit

Permalink
Fix documentation permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 7, 2024
1 parent 44caa2c commit b8ec99d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:

jobs:
test:
permissions:
contents: write
statuses: write
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -20,7 +23,6 @@ jobs:
python-version: ["3.11"]
project: ['GAlgebra']
architecture: ['x64']

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b8ec99d

Please sign in to comment.