We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2cdd3 commit 0b63f75Copy full SHA for 0b63f75
.github/workflows/validate.yml
@@ -22,7 +22,6 @@ jobs:
22
python-version: '3.x'
23
24
- name: Integration Test
25
- if: github.repository_owner == '1Password' # don't run integration tests on forked PRs because those don't have access to pipeline secrets
26
env:
27
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
28
run: |
0 commit comments