Skip to content

Commit

Permalink
fix: inherit secrets to pass to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Nov 18, 2024
1 parent 6a703c5 commit 5d330e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
permissions:
contents: read
packages: write
secrets: inherit

publish-android:
name: Publish Android package
Expand All @@ -89,6 +90,7 @@ jobs:
permissions:
contents: read
packages: write
secrets: inherit

publish-dokka:
name: Publish documentation
Expand Down

0 comments on commit 5d330e6

Please sign in to comment.