Skip to content

Commit dd030a7

Browse files
authored
🚀 Update CI to latest version (#165)
1 parent 99ca3d3 commit dd030a7

File tree

7 files changed

+0
-13
lines changed

7 files changed

+0
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ on:
1414
jobs:
1515
workflows:
1616
uses: hassio-addons/workflows/.github/workflows/addon-ci.yaml@main
17-
secrets:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ jobs:
1717
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
1818
secrets:
1919
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/labels.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ on:
1010
jobs:
1111
workflows:
1212
uses: hassio-addons/workflows/.github/workflows/labels.yaml@main
13-
secrets:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lock.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ on:
1010
jobs:
1111
workflows:
1212
uses: hassio-addons/workflows/.github/workflows/lock.yaml@main
13-
secrets:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-labels.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ on:
1313
jobs:
1414
workflows:
1515
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@main
16-
secrets:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-drafter.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ on:
1010
jobs:
1111
workflows:
1212
uses: hassio-addons/workflows/.github/workflows/release-drafter.yaml@main
13-
secrets:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/stale.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ on:
1010
jobs:
1111
workflows:
1212
uses: hassio-addons/workflows/.github/workflows/stale.yaml@main
13-
secrets:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)