Skip to content

try to use the actions write permissions #23

try to use the actions write permissions

try to use the actions write permissions #23

Workflow file for this run

name: Generate workflows
on:
push:
jobs:
generate-workflows:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Run locally
uses: 'DanySK/true-yaml-actions@master'
with:
token: ${{ github.token }}