/
home
/
techb158
/
.nvm
/
.github
/
workflows
/
/home/techb158/.nvm/.github/workflows
mkdir
upload
Name
Size
Mode
Actions
rebase.yml
458
0664
edit
dl
rm
release.yml
932
0664
edit
dl
rm
require-allow-edits.yml
434
0664
edit
dl
rm
toc.yml
953
0664
edit
dl
rm
Edit:
/home/techb158/.nvm/.github/workflows/require-allow-edits.yml
(434B)
name: Require “Allow Edits” on: [pull_request_target] jobs: _: permissions: pull-requests: read name: "Require “Allow Edits”" runs-on: ubuntu-latest steps: - name: Harden Runner uses: step-security/harden-runner@v1 with: allowed-endpoints: api.github.com:443 - uses: ljharb/require-allow-edits@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Save
cmd:
run