Skip to content

ci: add "secrets: inherit" in the release job #7

ci: add "secrets: inherit" in the release job

ci: add "secrets: inherit" in the release job #7

Workflow file for this run

name: 🦀 Push to main
on:
push:
branches:
- main
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
build:
needs: lint
name: Build
uses: ./.github/workflows/build.yml
release:
needs: build
name: Release
secrets: inherit
uses: ./.github/workflows/release_cargo.yml