Skip to content

Commit 277216e

Browse files
committed
Update release-major-workflow.yaml and release-minor-workflow.yaml
1 parent 31050a1 commit 277216e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release-major-workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9+
with:
10+
token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
11+
set-safe-directory: ${{ github.workspace }}
912
- uses: docker/login-action@v1
1013
with:
1114
registry: ghcr.io

.github/workflows/release-minor-workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9+
with:
10+
token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
11+
set-safe-directory: ${{ github.workspace }}
912
- uses: docker/login-action@v1
1013
with:
1114
registry: ghcr.io

0 commit comments

Comments
 (0)