Skip to content

Enhance Validation for APF Protocol Handling #2

Enhance Validation for APF Protocol Handling

Enhance Validation for APF Protocol Handling #2

Workflow file for this run

name: Adds all issues to project board
on:
issues:
types:
- opened
permissions:
contents: read
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
project-url: https://github.com/orgs/open-amt-cloud-toolkit/projects/10
github-token: ${{ secrets.PROJECTS_PAT }}