Skip to content

Commit

Permalink
Merge pull request #17 from rdower/main
Browse files Browse the repository at this point in the history
Fix token permissions
  • Loading branch information
brian-intel authored Oct 7, 2024
2 parents 8350ad0 + e4c0a63 commit d50a7a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# SPDX-License-Identifier: MIT
name: Deploy Doxygen Documentation

# Declare default permissions as read only.
permissions: read-all

on:
push:
tags:
Expand Down Expand Up @@ -89,4 +92,4 @@ jobs:
# Push changes to gh-pages using the GITHUB_TOKEN for authentication
git push --force origin gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d50a7a6

Please sign in to comment.