Skip to content

Commit

Permalink
Remove the unused secret variable for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored May 2, 2024
1 parent 7327318 commit a337b65
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 a337b65

Please sign in to comment.