Projects STRLCPY SeaMoon Commits 2bcec2e7
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/pages.yml
    skipped 1 lines
    2 2  name: seamoon-package
    3 3  on:
    4 4   workflow_call:
     5 + secrets:
     6 + GO_RELEASER_GITHUB_TOKEN:
     7 + required: true
    5 8   
    6 9  jobs:
    7 10   # Single deploy job since we're just deploying
    skipped 29 lines
  • ■ ■ ■ ■ ■ ■
    .github/workflows/seamoon.yml
    skipped 8 lines
    9 9   docs:
    10 10   if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/docs' }}
    11 11   uses: ./.github/workflows/pages.yml
     12 + secrets:
     13 + GO_RELEASER_GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
    12 14   release:
    13 15   if: startsWith(github.ref, 'refs/tags/')
    14 16   uses: ./.github/workflows/release.yml
    skipped 13 lines
Please wait...
Page is in error, reload to recover