Skip to content

Commit

Permalink
fix(ci): YAML woes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Mar 21, 2024
1 parent a9ae718 commit b3c36e7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/deploy_docsy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ on:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
actions: none
checks: none
contents: write
deployments: none
id-token: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none

# Allows you to run this workflow manually from the Actions tab
actions: none
checks: none
contents: write
deployments: none
id-token: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b3c36e7

Please sign in to comment.