Skip to content

Commit

Permalink
Polish template sync workflow (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok authored Sep 10, 2023
1 parent ef9070c commit 16ba6fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/.env/green"
directory: "/.environs/green"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/.env/amber"
directory: "/.environs/amber"
schedule:
interval: "weekly"
ignore:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pipeline-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
os: ubuntu-20.04
runs-on: ${{ matrix.environ.os }}
permissions:
checks: write
packages: write
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/prepare
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/project-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ jobs:
name: Syncing
runs-on: ubuntu-22.04
steps:
- id: orgbot
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.ORGBOT_APP_ID }}
private_key: ${{ secrets.ORGBOT_PRIVATE_KEY }}
- uses: actions/[email protected]
with:
token: ${{ steps.orgbot.outputs.token }}
- uses: AndreasAugustin/[email protected]
with:
source_repo_path: smecalculus/bezmen
upstream_branch: main
github_token: ${{ secrets.BEZMEN_PAT }}
source_repo_path: smecalculus/bezmen
github_token: ${{ steps.orgbot.outputs.token }}
pr_title: Syncing with project template
1 change: 0 additions & 1 deletion .github/workflows/solution-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
permissions:
checks: write
packages: write
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/prepare
Expand Down

0 comments on commit 16ba6fa

Please sign in to comment.