Skip to content

Commit

Permalink
Fixing the problem where a workflow (reuse) doesn't have access to th…
Browse files Browse the repository at this point in the history
…e repo secrets
  • Loading branch information
arnk-basyskom committed Jan 25, 2024
1 parent 5e7ca7e commit 6a012af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
uses: ./.github/workflows/android.yml
secrets: inherit

deploy:
needs: build
Expand Down

0 comments on commit 6a012af

Please sign in to comment.