Skip to content

Commit

Permalink
inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed May 29, 2024
1 parent 467b131 commit 90493bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
publish:
needs: [ test ]
uses: ./.github/workflows/publish-snapshot.yml
secrets: inherit
with:
add-branch-suffix: true
1 change: 1 addition & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
publish:
needs: [ test ]
uses: ./.github/workflows/publish-snapshot.yml
secrets: inherit
with:
add-branch-suffix: false

0 comments on commit 90493bf

Please sign in to comment.