Skip to content

Commit b8ec99d

Browse files
committed
Fix documentation permissions
1 parent 44caa2c commit b8ec99d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212

1313
jobs:
1414
test:
15+
permissions:
16+
contents: write
17+
statuses: write
1518
runs-on: ${{ matrix.os }}
1619
strategy:
1720
matrix:
@@ -20,7 +23,6 @@ jobs:
2023
python-version: ["3.11"]
2124
project: ['GAlgebra']
2225
architecture: ['x64']
23-
2426
steps:
2527
- name: Checkout
2628
uses: actions/checkout@v3

0 commit comments

Comments
 (0)