We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0a78c commit 0d3cc57Copy full SHA for 0d3cc57
.github/workflows/deploy-snapshot.yml
@@ -20,7 +20,7 @@ jobs:
20
if: "github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'ci skip')"
21
runs-on: ubuntu-24.04
22
env:
23
- HAS_1PASSWORD: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN != '' }}
+ HAS_1PASSWORD: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN != '' && vars.ONE_PASSWORD_SECRET_REFERENCES != '' }}
24
steps:
25
- uses: actions/checkout@v5
26
with:
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
permissions:
contents: write
27
28
0 commit comments