Closed MTRNord closed 2 years ago
Do the checklist before filing an issue:
actions-rs
The action crashes with Error: Resource not accessible by integration when setting "Workflow permissions" to read only
Error: Resource not accessible by integration
name: Security audit on: push: paths: - "**/Cargo.toml" - "**/Cargo.lock" pull_request: workflow_dispatch: schedule: - cron: "0 0 * * *" jobs: audit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: Swatinem/rust-cache@v1 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }}
logs_122.zip
It should fail. But the Readme should mention which permissions are required and why these are required
This is probably just missing documentation :)
Seems like this is actually a dup of #218 Sorry :)
Do the checklist before filing an issue:
actions-rs
Actions? If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.communityDescription
The action crashes with
Error: Resource not accessible by integration
when setting "Workflow permissions" to read onlyWorkflow code
Action output
logs_122.zip
Expected behavior
It should fail. But the Readme should mention which permissions are required and why these are required
Additional context
This is probably just missing documentation :)