Skip to content

Sync Security

Sync Security #6

name: Sync Security
on:
workflow_dispatch:
env:
OWNER: kyma-project
PROJECT_ID: 55
permissions:
repository-projects: write
jobs:
run:
runs-on: ubuntu-latest
env:
GH_DEBUG: "1"
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- name: List projects
shell: bash
run: |
gh project item-list $PROJECT_ID --owner $OWNER