Skip to content

Commit

Permalink
Add secrets: inherit when calling release-info workflow (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmingtarja authored Nov 5, 2024
1 parent 41d2070 commit b6d6cd2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ jobs:
needs: release
name: Generate Release Info
uses: ./.github/workflows/release-info.yaml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
needs: release
name: Generate Release Info
uses: ./.github/workflows/release-info.yaml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release-sdk-as.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ jobs:
needs: release
name: Generate Release Info
uses: ./.github/workflows/release-info.yaml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release-sdk-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
needs: release
name: Generate Release Info
uses: ./.github/workflows/release-info.yaml
secrets: inherit
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## UNRELEASED
- Add `secrets: inherit` when calling release-info workflow [#555](https://github.com/hypermodeinc/modus/pull/555)

## 2024-11-04 - CLI 0.13.7

- Automatically generate and push releases info to R2 bucket on every release [#526](https://github.com/hypermodeinc/modus/pull/526)
Expand Down

0 comments on commit b6d6cd2

Please sign in to comment.