Skip to content

Commit

Permalink
Merge pull request #2 from Lagrange-Labs/reusable-workflow-secrets
Browse files Browse the repository at this point in the history
Release PR Workflow - Add secret requirement
  • Loading branch information
db-lagrange authored Jan 30, 2025
2 parents 1391df2 + a6e7f89 commit f400d97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Release PR Workflow

on:
workflow_call:
secrets:
GITHUB_TOKEN:
required: true

inputs:
bump:
description: Release Level
Expand Down

0 comments on commit f400d97

Please sign in to comment.