Skip to content

Commit

Permalink
Limit permissions to minimum in doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Dec 8, 2023
1 parent 69a933a commit c22848e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
build-docs:
runs-on: ubuntu-latest
# set write permissions only for pages
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: read
pages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion src/docs/about.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pid4cat-model

A LinkML model for handle-based PIDs for resources in catalysis (PID4Cat)
A LinkML model for handle-based PIDs for resources in catalysis (PID4Cat).

This is work in progress!

0 comments on commit c22848e

Please sign in to comment.