Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit d58b006

Browse files
committed
Bump actions to v2
1 parent 9ffb5b3 commit d58b006

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/call-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-workflow:
9-
uses: linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v1
9+
uses: linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v2
1010
with:
1111
repo_owner: ${{ github.repository_owner }}
1212
app_name: "omada-controller"

.github/workflows/call-check-and-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77

88
jobs:
99
call-workflow:
10-
uses: linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v1
10+
uses: linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v2
1111
with:
1212
repo_owner: ${{ github.repository_owner }}
1313
app_name: "omada-controller"
1414
release_type: "script"
15+
secrets:
16+
repo_release_token: ${{ secrets.repo_release_token }}

0 commit comments

Comments
 (0)