Skip to content

Commit

Permalink
making change to permissions in job
Browse files Browse the repository at this point in the history
  • Loading branch information
csalas-yubico committed Dec 8, 2023
1 parent 9be4a2c commit 4d4ff91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

permissions:
contents: write

jobs:
deploy:
name: Deploy to GitHub Pages
Expand All @@ -25,7 +28,7 @@ jobs:
run: npm ci
- name: Build website
run: npm run build

- name: Listing files
run: ls

Expand Down

0 comments on commit 4d4ff91

Please sign in to comment.