diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index dc8301b..b3de2e4 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -7,6 +7,8 @@ on: - "**/Cargo.toml" - "**/Cargo.lock" - "**/audit.toml" + branches: + - main schedule: - cron: "2 1 * * *" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 859d451..7a9f522 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,8 @@ jobs: permissions: actions: read contents: write + env: + GH_TOKEN: ${{ github.token }} steps: - id: find-id run: | diff --git a/README.md b/README.md index daccccf..4c1a171 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![rust badge](https://img.shields.io/static/v1?label=Made%20with&message=Rust&logo=rust&labelColor=e82833&color=b11522)](https://www.rust-lang.org) [![licence badge](https://img.shields.io/github/license/mgziminsky/allaerris)](LICENSE.txt) -[![ci.yml](https://github.com/mgziminsky/allaerris/actions/workflows/ci.yml/badge.svg)](.github/workflows/ci.yml) +[![CI](https://github.com/mgziminsky/allaerris/actions/workflows/ci.yml/badge.svg)](https://github.com/mgziminsky/allaerris/actions/workflows/ci.yml)