Skip to content

Update dependency mongoose to v8.8.3 [SECURITY] (#33) #48

Update dependency mongoose to v8.8.3 [SECURITY] (#33)

Update dependency mongoose to v8.8.3 [SECURITY] (#33) #48

Workflow file for this run

# Please see
# https://github.com/cloudposse/github-action-auto-release/blob/main/README.md
# and
# https://github.com/release-drafter/release-drafter
# for information on customizing this action's behavior.
name: "auto-release"
on:
push:
branches:
- main
- master
- production
workflow_dispatch:
jobs:
auto-release:
# For development reasons, this action is pinned to the `main` branch.
# However, we recommend that you choose a specific release to pin to.
# Consult https://github.com/cloudposse/github-action-auto-release/releases for a list of available releases.
uses: cloudposse/github-action-auto-release/.github/workflows/auto-release-reusable.yml@main

Check failure on line 20 in .github/workflows/auto-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-release.yml" -> "cloudposse/github-action-auto-release/.github/workflows/auto-release-reusable.yml@main" : failed to fetch workflow: workflow was not found.
with:
prerelease: false
publish: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}