Expand permissions of the job

master
Daniel Lovell 2024-09-30 02:43:17 -07:00
parent 90cc1d29f8
commit 4cf8567d91
1 changed files with 5 additions and 1 deletions

View File

@ -11,12 +11,16 @@ on:
workflow_dispatch: # Allows manual triggering workflow_dispatch: # Allows manual triggering
permissions: permissions:
contents: read contents: write
pages: write pages: write
id-token: write id-token: write
jobs: jobs:
build-deploy: build-deploy:
permissions:
contents: write
pages: write
id-token: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository