Skip to content

Commit

Permalink
Fix gh actions (#41)
Browse files Browse the repository at this point in the history
* add permissions to deploy

* put perms on correct workflow
  • Loading branch information
camfairchild authored Apr 23, 2024
1 parent 4491c98 commit 8bf3fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
deploy:
permissions:
pages: write

runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ inputs:
description: 'Github token'
required: true

permissions:
pages: true
write: true

runs:
using: "composite"
steps:
Expand Down

0 comments on commit 8bf3fd8

Please sign in to comment.