mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-21 23:46:56 +08:00
no permissions
This commit is contained in:
17
.github/workflows/example-linux.yaml
vendored
17
.github/workflows/example-linux.yaml
vendored
@@ -1,6 +1,21 @@
|
|||||||
name: "Setup jq Example - Linux"
|
name: "Setup jq Example - Linux"
|
||||||
|
|
||||||
permissions: none
|
# you may need to change this block for your purposes.
|
||||||
|
permissions:
|
||||||
|
actions: none
|
||||||
|
attestations: none
|
||||||
|
checks: none
|
||||||
|
contents: none
|
||||||
|
deployments: none
|
||||||
|
id-token: none
|
||||||
|
issues: none
|
||||||
|
models: none
|
||||||
|
discussions: none
|
||||||
|
packages: none
|
||||||
|
pages: none
|
||||||
|
pull-requests: none
|
||||||
|
security-events: none
|
||||||
|
statuses: none
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
17
.github/workflows/example-macos.yaml
vendored
17
.github/workflows/example-macos.yaml
vendored
@@ -1,5 +1,22 @@
|
|||||||
name: "Setup jq Example - MacOS"
|
name: "Setup jq Example - MacOS"
|
||||||
|
|
||||||
|
# you may need to change this block for your purposes.
|
||||||
|
permissions:
|
||||||
|
actions: none
|
||||||
|
attestations: none
|
||||||
|
checks: none
|
||||||
|
contents: none
|
||||||
|
deployments: none
|
||||||
|
id-token: none
|
||||||
|
issues: none
|
||||||
|
models: none
|
||||||
|
discussions: none
|
||||||
|
packages: none
|
||||||
|
pages: none
|
||||||
|
pull-requests: none
|
||||||
|
security-events: none
|
||||||
|
statuses: none
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
17
.github/workflows/example-windows.yaml
vendored
17
.github/workflows/example-windows.yaml
vendored
@@ -1,5 +1,22 @@
|
|||||||
name: "Setup jq Example - Linux"
|
name: "Setup jq Example - Linux"
|
||||||
|
|
||||||
|
# you may need to change this block for your purposes.
|
||||||
|
permissions:
|
||||||
|
actions: none
|
||||||
|
attestations: none
|
||||||
|
checks: none
|
||||||
|
contents: none
|
||||||
|
deployments: none
|
||||||
|
id-token: none
|
||||||
|
issues: none
|
||||||
|
models: none
|
||||||
|
discussions: none
|
||||||
|
packages: none
|
||||||
|
pages: none
|
||||||
|
pull-requests: none
|
||||||
|
security-events: none
|
||||||
|
statuses: none
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user