Skip to content

[BUG] sudo can't be used after hardening the machine #35

[BUG] sudo can't be used after hardening the machine

[BUG] sudo can't be used after hardening the machine #35

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
permissions:
contents: read
jobs:
auto-assign:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@b787bcda4fa1620522e73e7a5fe0f3b57b03b6ad # v2.0.1
with:
assignees: konstruktoid