mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 01:02:46 +08:00
fix: permissions in github actions (#2906)
* ci: make compile add warnings to file * chore: use cpp-linter instead of inhouse linter * chore: use abinoda instead of pullreminders for label-when-approved * fix: permissions awesome-ci
This commit is contained in:
1
.github/workflows/awesome_workflow.yml
vendored
1
.github/workflows/awesome_workflow.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Awesome CI Workflow
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user