Skip to content

Commit

Permalink
switch from garage to app server (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Feb 10, 2025
1 parent 03f50c9 commit 66cd33f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add to project garage dependabot
name: Add to project app server dependabot

on:
pull_request:
Expand All @@ -13,4 +13,4 @@ jobs:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v2
with:
project: ${{ vars.SENZING_PROJECT_GARAGE }}
project: ${{ vars.SENZING_PROJECT_APP_SERVER }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add to project garage
name: Add to project app server

on:
issues:
Expand All @@ -16,5 +16,5 @@ jobs:
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v2
with:
classic: false
project-number: ${{ vars.SENZING_PROJECT_GARAGE }}
project-number: ${{ vars.SENZING_PROJECT_APP_SERVER }}
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/move-pr-to-done-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@v2
with:
project: ${{ vars.SENZING_PROJECT_GARAGE }}
project: ${{ vars.SENZING_PROJECT_APP_SERVER }}

0 comments on commit 66cd33f

Please sign in to comment.