Skip to content

Commit

Permalink
ci(): Missing GOOGLE_SERVICE_ACCOUNT secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Feb 11, 2025
1 parent 806135e commit 17693c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
SONATYPE_GPG_KEYID: ${{ secrets.SONATYPE_GPG_KEYID }}
SONATYPE_GPG_PASSWORD: ${{ secrets.SONATYPE_GPG_PASSWORD }}
SONATYPE_GPG_FILE: ${{ secrets.SONATYPE_GPG_FILE }}
GOOGLE_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

end:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/workflow-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
SONATYPE_GPG_FILE:
description: "The Sonatype GPG file."
required: true
GOOGLE_SERVICE_ACCOUNT:
description: "The Google service account."
required: true
jobs:
Build-Artifacts:
name: Build - Artifacts
Expand Down

0 comments on commit 17693c7

Please sign in to comment.