Revert "build: harden GitHub workflow permissions"
This reverts commit 008e9a335dc32c4662aa56eb67487ddd777f2147. We now have the full CI backported to openwrt-22.03. We need to revert this subset and apply the full backport commit. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
431875b3df
commit
b3e8d58151
3
.github/workflows/formal.yml
vendored
3
.github/workflows/formal.yml
vendored
@ -3,9 +3,6 @@ name: Test Formalities
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Test Formalities
|
name: Test Formalities
|
||||||
|
7
.github/workflows/labeler.yml
vendored
7
.github/workflows/labeler.yml
vendored
@ -2,15 +2,8 @@ name: 'Pull Request Labeler'
|
|||||||
on:
|
on:
|
||||||
- pull_request_target
|
- pull_request_target
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
labeler:
|
labeler:
|
||||||
permissions:
|
|
||||||
contents: read # to determine modified files (actions/labeler)
|
|
||||||
pull-requests: write # to add labels to PRs (actions/labeler)
|
|
||||||
|
|
||||||
name: Pull Request Labeler
|
name: Pull Request Labeler
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
3
.github/workflows/tools.yml
vendored
3
.github/workflows/tools.yml
vendored
@ -10,9 +10,6 @@ on:
|
|||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
- '.github/workflows/tools.yml'
|
- '.github/workflows/tools.yml'
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos-latest:
|
build-macos-latest:
|
||||||
if: github.event_name != 'push'
|
if: github.event_name != 'push'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user