Skip to content

deployment v2 cloud deployment not pulling mpsrouter image #111

deployment v2 cloud deployment not pulling mpsrouter image

deployment v2 cloud deployment not pulling mpsrouter image #111

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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
with:
project-url: https://github.com/orgs/device-management-toolkit/projects/10
github-token: ${{ secrets.PROJECTS_PAT }}