Skip to content

fix: ci

fix: ci #6

Workflow file for this run

name: seamoon
on: [ push, pull_request ]
jobs:
build:
uses: ./.github/workflows/build.yml
docs:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/docs' }}
uses: ./.github/workflows/pages.yml
release:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
secrets:
GO_RELEASER_GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
package:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/package.yml

Check failure on line 16 in .github/workflows/seamoon.yml

View workflow run for this annotation

GitHub Actions / seamoon

Invalid workflow file

The workflow is not valid. In .github/workflows/seamoon.yml (Line: 16, Col: 11): Error from called workflow DVKunion/SeaMoon/.github/workflows/package.yml@66c5d82d038f5c512c606b164ee2d70c1394b00d (Line: 28, Col: 23): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DOCKERHUB_USERNAME In .github/workflows/seamoon.yml (Line: 16, Col: 11): Error from called workflow DVKunion/SeaMoon/.github/workflows/package.yml@66c5d82d038f5c512c606b164ee2d70c1394b00d (Line: 29, Col: 23): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DOCKERHUB_TOKEN
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
ALIYUN_USERNAME: ${{ secrets.ALIYUN_USERNAME }}
ALIYUN_PASSWORD: ${{ secrets.ALIYUN_PASSWORD }}
TENCENT_USERNAME: ${{ secrets.TENCENT_USERNAME }}
TENCENT_PASSWORD: ${{ secrets.TENCENT_PASSWORD }}