Skip to content

Commit

Permalink
👷 Fix dependencies PR ci (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed May 15, 2024
1 parent 38a4f97 commit acf9598
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dependencies_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ on:

jobs:
dep_pr:
runs-on: ubuntu-latest
steps:
- name: Permissions Check
uses: ./.github/workflows/actions/permission_check
with:
token: ${{ secrets.FPPF_BOT_AUTH_KEY }}
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.FPPF_BOT_AUTH_KEY }}

- name: Permissions Check
uses: ./.github/workflows/actions/permission_check
with:
token: ${{ secrets.FPPF_BOT_AUTH_KEY }}

- name: Open develop_dependencies PR
uses: ./.github/workflows/actions/dependencies_PR
with:
Expand Down

0 comments on commit acf9598

Please sign in to comment.