Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Jun 19, 2024
1 parent 90382b0 commit e09f9e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pip-compile-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
reset-branch: false
labels: "tooling"
secrets: inherit
if: ${{ github.event_name == 'schedule' }}
# if: ${{ github.event_name == 'schedule' }}
refresh_216:
name: "Refresh dev dependencies - 2.16"
uses: ./.github/workflows/reusable-pip-compile.yml
Expand All @@ -75,7 +75,7 @@ jobs:
reset-branch: false
labels: "tooling"
secrets: inherit
if: ${{ github.event_name == 'schedule' }}
# if: ${{ github.event_name == 'schedule' }}
refresh_215:
name: "Refresh dev dependencies - 2.15"
uses: ./.github/workflows/reusable-pip-compile.yml
Expand All @@ -91,7 +91,7 @@ jobs:
reset-branch: false
labels: "tooling"
secrets: inherit
if: ${{ github.event_name == 'schedule' }}
# if: ${{ github.event_name == 'schedule' }}
refresh_214:
name: "Refresh dev dependencies - 2.14"
uses: ./.github/workflows/reusable-pip-compile.yml
Expand All @@ -107,4 +107,4 @@ jobs:
reset-branch: false
labels: "tooling"
secrets: inherit
if: ${{ github.event_name == 'schedule' }}
# if: ${{ github.event_name == 'schedule' }}
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_KEY }}
private_key: ${{ secrets.BOT_APP_SECRET }}
- name: Check out repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e09f9e3

Please sign in to comment.