mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
chore: fix runs-on name
This commit is contained in:
2
.github/workflows/helm-chart-release.yml
vendored
2
.github/workflows/helm-chart-release.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: [self-hosted]
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user