Skip to content

Commit

Permalink
Merge #4190 ci: Secret Inheritence
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 22, 2024
2 parents b783be9 + 34afee5 commit 146b30f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
sign-assets:
uses: ./.github/workflows/sign.yml
secrets: inherit

check-dev-build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
jobs:
sign-assets:
uses: ./.github/workflows/sign.yml
secrets: inherit

upload-nuget:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ All notable changes to this project will be documented in this file.
- [Multiple] Build nuget package, support netstandard2.0 build (#4039 by: HebaruSan)
- [Core] Use fully sanitized archive.org bucket names (#4043 by: HebaruSan)
- [Netkan] Omit duplicate inflation warnings in queue (#4071 by: HebaruSan)
- [Build] Refactor + Modernise Actions, sign releases (#4082, #4088, #4089, #4091, #4093, #4094, #4095, #4117, #4162, #4188, #4189 by: techman83, HebaruSan; reviewed: HebaruSan)
- [Build] Refactor + Modernise Actions, sign releases (#4082, #4088, #4089, #4091, #4093, #4094, #4095, #4117, #4162, #4188, #4189, #4190 by: techman83, HebaruSan; reviewed: HebaruSan)
- [Multiple] Translation updates from Crowdin (#4105, #4149, #4157 by: vinix38, frankieorabona, ambition, Francesco Ricina, S.O.2; reviewed: HebaruSan)
- [Netkan] Allow string "Harmony" in DLL parent folder names (#4123 by: HebaruSan)
- [Netkan] Allow licenses to be absent from netkans (#4137 by: HebaruSan)
Expand Down

0 comments on commit 146b30f

Please sign in to comment.