Skip to content

Commit

Permalink
More gh action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgziminsky committed Nov 10, 2024
1 parent 438b593 commit ed59273
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/audit.toml"
branches:
- main
schedule:
- cron: "2 1 * * *"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
permissions:
actions: read
contents: write
env:
GH_TOKEN: ${{ github.token }}
steps:
- id: find-id
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<div align="left">

Expand Down

0 comments on commit ed59273

Please sign in to comment.