Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ concurrency:
cancel-in-progress: true

jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit
permissions:
actions: read
contents: read
security-events: write
statuses: write
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
id-token: write
# ci:
# uses: ./.github/workflows/__shared-ci.yml
# secrets: inherit
# permissions:
# actions: read
# contents: read
# security-events: write
# statuses: write
# # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
# id-token: write

npm-publish:
needs: ci
# needs: ci
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
Expand All @@ -56,7 +56,7 @@ jobs:
deploy:
if: github.ref_name == github.event.repository.default_branch
name: Deploy website
needs: ci
# needs: ci
runs-on: ubuntu-latest
permissions:
pages: write
Expand All @@ -76,6 +76,6 @@ jobs:
deploy-checks:
name: Deploy Checks
needs: deploy
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@feat/add-deploy-checks-workflow
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@444e9ffa1cb512752953c411181e68880dee2d70 # 0.12.0
with:
url: ${{ needs.deploy.outputs.page-url }}
Loading
Loading