Merge pull request 'fix: change runner labels from runners-privilegedescalation to ubuntu-latest' (#80) from gandalf/fix-runner-labels-clean into main
CI / ci (push) Successful in 41s
CI / ci (push) Successful in 41s
fix: change runner labels from runners-privilegedescalation to ubuntu-latest
This commit was merged in pull request #80.
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
app-token:
|
||||
runs-on: runners-privilegedescalation
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
steps:
|
||||
|
||||
@@ -5,7 +5,7 @@ on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: runners-privilegedescalation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Generate GitHub App token
|
||||
|
||||
Reference in New Issue
Block a user