Skip to content

Commit

Permalink
Set permissions for GitHub actions (apollographql#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilnaveen authored May 16, 2022
1 parent eecef09 commit c78e0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ on:
paths:
- docs/**

permissions:
contents: read

jobs:
publish:
permissions:
contents: none
uses: apollographql/docs/.github/workflows/publish.yml@main
secrets:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit c78e0b1

Please sign in to comment.