Skip to content

Commit

Permalink
ci: use github application instead of pat in workflows AP-1309 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 27, 2024
1 parent 9fcb650 commit d82113c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 35 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# The following team is maintainer of this repo
* @eduNEXT/dedalo
17 changes: 0 additions & 17 deletions .github/workflows/add_issues_prs_to_dedalo_project.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/add_to_apollo_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues and PRs to the Apollo project

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
add-to-project:
name: Add to Apollo project
uses: openedx/.github/.github/workflows/add-issue-to-a-project.yml@master
secrets:
GITHUB_APP_ID: ${{ vars.APOLLO_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.APOLLO_APP_SECRET }}
with:
ORGANIZATION: eduNEXT
PROJECT_NUMBER: 1
18 changes: 0 additions & 18 deletions .github/workflows/pr_issue_assignment.yml

This file was deleted.

0 comments on commit d82113c

Please sign in to comment.