Skip to content

Adding new command to encrypt the variable like in pipeline. #293

Adding new command to encrypt the variable like in pipeline.

Adding new command to encrypt the variable like in pipeline. #293

Workflow file for this run

name: Auto-label pull requests
on:
pull_request_target:
types: [opened, synchronize, reopened, labeled, unlabeled]
permissions:
pull-requests: write
jobs:
autolabel:
uses: acquia/.github/.github/workflows/autolabel.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}