Skip to content

Commit

Permalink
Inherit secrets in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Feb 4, 2024
1 parent c4fa22f commit a3a609d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
tests:
name: "Run tests and checks"
uses: "./.github/workflows/ci.yml"
secrets: "inherit"

build-package:
name: "Build and verify package"
Expand Down

0 comments on commit a3a609d

Please sign in to comment.