Skip to content

Commit efabcb7

Browse files
authored
Update release-patch-workflow.yaml
Add token for repo checkout of release-patch pipeline.
1 parent e28efe2 commit efabcb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-patch-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)