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 2188f27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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' }}
3 changes: 1 addition & 2 deletions .github/workflows/reusable-pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ name: "Refresh pinned dependencies"
jobs:
refresh:
runs-on: ubuntu-latest
environment: github-bot
steps:
- name: Generate temp GITHUB_TOKEN
id: create_token
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 2188f27

Please sign in to comment.