Change issueauto and prauto actions to use the cli-automation env
This commit is contained in:
parent
824acc86dd
commit
e0533f9f73
2 changed files with 2 additions and 2 deletions
2
.github/workflows/issueauto.yml
vendored
2
.github/workflows/issueauto.yml
vendored
|
|
@ -10,7 +10,7 @@ permissions:
|
|||
jobs:
|
||||
issue-auto:
|
||||
runs-on: ubuntu-latest
|
||||
environemnt: production
|
||||
environment: cli-automation
|
||||
steps:
|
||||
- name: label incoming issue
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/prauto.yml
vendored
2
.github/workflows/prauto.yml
vendored
|
|
@ -11,7 +11,7 @@ permissions:
|
|||
jobs:
|
||||
pr-auto:
|
||||
runs-on: ubuntu-latest
|
||||
environment: production
|
||||
environment: cli-automation
|
||||
steps:
|
||||
- name: lint pr
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue