Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN authored Sep 30, 2023
1 parent 99e7568 commit 0a0ea41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy docs to GitHub Pages via mkdocs

permissions: write-all
on:
push:
branches:
Expand All @@ -20,4 +20,4 @@ jobs:
run: |
curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \
-H "Authorization: Bearer ${{ secrets.CLOUDFLARE_CACHE_PURGE }}" \
-H "Content-Type:application/json"
-H "Content-Type:application/json"

0 comments on commit 0a0ea41

Please sign in to comment.