Skip to content

Wip backport

Wip backport #50

Workflow file for this run

name: Backport to solana-v2.0
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
backport:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
- name: Debug Permissions
run: gh auth status
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Backport to v2.0
uses: ./.github/actions/backport
permissions:

Check failure on line 24 in .github/workflows/backport-2.0.yml

View workflow run for this annotation

GitHub Actions / Backport to solana-v2.0

Invalid workflow file

The workflow is not valid. .github/workflows/backport-2.0.yml (Line: 24, Col: 9): Unexpected value 'permissions'
pull-requests: write
contents: read
with:
label: v2.0
base_branch: solana-v2.0
github_token: ${{ secrets.GITHUB_TOKEN }}