Skip to content

fix: give write access to release action #3

fix: give write access to release action

fix: give write access to release action #3

Workflow file for this run

name: Publish Releases from Cargo.toml
on:
push:
branches: [main]
permissions: write-all
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: manoadamro/rust-release@v1
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}