Skip to content

Advise on library for Django model field encryption-at-rest #36

Advise on library for Django model field encryption-at-rest

Advise on library for Django model field encryption-at-rest #36

# Run the workflow that adds newly created issues to a specific
# GitHub Project.
# This workflow could potentially be replaced if/when GitHub adds native
# support for it: https://github.com/github/roadmap/issues/576
name: Add new issues to the Security project
on:
issues:
types: [opened]
jobs:
Add_an_issue_to_project:
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
secrets:
GITHUB_APP_ID: ${{ secrets.GRAPHQL_AUTH_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.GRAPHQL_AUTH_APP_PEM }}
with:
# required, it's the numeric part of a github project url
# for example, https://github.com/orgs/openedx/projects/4 has PROJECT_NUMBER: 4
PROJECT_NUMBER: 45