Skip to content

Commit

Permalink
Release PR Workflow - Add secret requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
db-lagrange committed Jan 30, 2025
1 parent 1391df2 commit a6e7f89
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 a6e7f89

Please sign in to comment.