Skip to content

set action permissions (#6) #5

set action permissions (#6)

set action permissions (#6) #5

Workflow file for this run

name: cd
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
deploy:
uses: ./.github/workflows/build.yml
permissions:
contents: read
actions: write
secrets: inherit
with:
deploy: true