Skip to content

Commit

Permalink
Updating Actions per GitHub guidance (Feb 1, 2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya committed Feb 2, 2024
1 parent d60e15a commit d4e57ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docusaurus-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
deployments: write
packages: none
pull-requests: write
security-events: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit d4e57ec

Please sign in to comment.