Skip to content

Commit

Permalink
Remove unnecessary params
Browse files Browse the repository at this point in the history
  • Loading branch information
roninjin10 authored Jul 18, 2023
1 parent 89b424d commit 1ba5bd0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Release and version

on:
workflow_dispatch:
inputs:
branch:
description: "Trigger a release workflow"
type: string
default: "develop"
required: true
push:
branches:
- develop
Expand All @@ -29,7 +23,7 @@ jobs:
replica-healthcheck: ${{ steps.packages.outputs.replica-healthcheck }}
op-exporter: ${{ steps.packages.outputs.op-exporter }}
endpoint-monitor: ${{ steps.packages.outputs.endpoint-monitor }}
# Permissions necessary for Changesets to push a new branch and open PRs
# Permissions necessary for Changesets to push a new and open PRs
# (for automated Version Packages PRs), and request the JWT for provenance.
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
permissions:
Expand Down

0 comments on commit 1ba5bd0

Please sign in to comment.