Skip to content

feat: ban those methods on Result as well #3

feat: ban those methods on Result as well

feat: ban those methods on Result as well #3

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release-pr:

Check failure on line 8 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): Error calling workflow 'rayxiom/workflows/.github/workflows/rust-release.yml@v1'. The nested job 'release' is requesting 'contents: write, pull-requests: write, id-token: write', but is only allowed 'contents: read, pull-requests: none, id-token: none'.
name: Create Release PR
uses: rayxiom/workflows/.github/workflows/rust-release.yml@v1
with:
command: release-pr
release:
name: Release
uses: rayxiom/workflows/.github/workflows/rust-release.yml@v1
with:
command: release