Skip to content

fix: add permissions for issues in sync-labels workflow #2712

fix: add permissions for issues in sync-labels workflow

fix: add permissions for issues in sync-labels workflow #2712

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
uses: devantler-tech/.github/.github/workflows/release.yaml@main
secrets: inherit