We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31050a1 commit 277216eCopy full SHA for 277216e
.github/workflows/release-major-workflow.yaml
@@ -6,6 +6,9 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
9
+ with:
10
+ token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
11
+ set-safe-directory: ${{ github.workspace }}
12
- uses: docker/login-action@v1
13
with:
14
registry: ghcr.io
.github/workflows/release-minor-workflow.yaml
0 commit comments