Skip to content

Commit

Permalink
Merge pull request #189 from LeoColomb/fix/default-branch
Browse files Browse the repository at this point in the history
Remove the unused secret variable for GHA
  • Loading branch information
RangerRick authored May 2, 2024
2 parents 122a022 + a337b65 commit 6a5c740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Release

on:
workflow_call:
secrets:
GPG_KEY_BASE64:
required: true
description: GPG key for signing
# secrets:
# GPG_KEY_BASE64:
# required: true
# description: GPG key for signing

jobs:
publish:
Expand Down

0 comments on commit 6a5c740

Please sign in to comment.