Skip to content

ci: remove version_bump job #2867

ci: remove version_bump job

ci: remove version_bump job #2867

Workflow file for this run

name: ci-release
# Run this workflow on push events (i.e. PR merge) to main or release branches,
# push events for new semantic version tags, and all PRs.
on:
push:
branches:
- main
- "v[0-9]+.x"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml
markdown-linter:
uses: ./.github/workflows/markdown-linter.yml
test:
uses: ./.github/workflows/test.yml
goreleaser:

Check failure on line 27 in .github/workflows/ci-release.yml

View workflow run for this annotation

GitHub Actions / ci-release

Invalid workflow file

The workflow is not valid. .github/workflows/ci-release.yml (Line: 27, Col: 3): Error calling workflow 'celestiaorg/celestia-app/.github/workflows/goreleaser.yml@16a5c8d471d315a45aafac1b23b307b358fc7283'. The nested job 'goreleaser' is requesting 'actions: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed 'actions: none, [...]
uses: ./.github/workflows/goreleaser.yml
secrets:
GORELEASER_ACCESS_TOKEN: ${{ secrets.GORELEASER_ACCESS_TOKEN }}