Skip to content

fix(ci): update dep workflow usage #957

fix(ci): update dep workflow usage

fix(ci): update dep workflow usage #957

Workflow file for this run

name: Update Dependencies
on:
schedule:
- cron: '0 3 * * *'
push:
branches:
- main
pull_request: # temporary until we merge the PR
jobs:
cocoa:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3

Check failure on line 13 in .github/workflows/update-deps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-deps.yml

Invalid workflow file

error parsing called workflow ".github/workflows/update-deps.yml" -> "getsentry/github-workflows/.github/workflows/updater.yml@v3" : failed to fetch workflow: workflow was not found.
with:
path: scripts/update-cocoa.sh
name: Cocoa SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}
java:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
with:
path: scripts/update-java.sh
name: Java SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}