Skip to content

fix(deps): update all non-major dependencies #212

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #212

name: wait-for-workflows
on:
pull_request:
jobs:
wait-for-workflows:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- uses: int128/wait-for-workflows-action@bc6d95c2ea6d917c46d69d61b77f4db5c9c4d6ed # v1.30.0
with:
token: ${{ steps.app-token.outputs.token }}