Skip to content

Fix code scanning alert - Ensure that ECR repositories are encrypted using KMS #1

Fix code scanning alert - Ensure that ECR repositories are encrypted using KMS

Fix code scanning alert - Ensure that ECR repositories are encrypted using KMS #1

Workflow file for this run

name: Add issues to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.SYNOPS_APP_ID }}
private_key: ${{ secrets.SYNOPS_APP_PRIVATE_KEY }}
- name: Add to project
id: add_to_project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/synapsestudios/projects/33
github-token: ${{ steps.generate_token.outputs.token }}