Skip to content

Commit 912069a

Browse files
authored
Remove sanity-check for ORG_PAT in deploy.yml
Removed sanity-check step for ORG_PAT in deploy workflow
1 parent d75a2d1 commit 912069a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@ jobs:
1818
auto_assign:
1919
runs-on: ubuntu-latest
2020
if: github.event_name == 'pull_request'
21-
steps:
22-
- name: Sanity-check secret
23-
env:
24-
ORG_PAT: ${{ secrets.ORG_PAT }}
25-
run: |
26-
if [ -z "$ORG_PAT" ]; then
27-
echo "ORG_PAT is empty"; exit 1
28-
fi
29-
21+
steps:
3022
- name: Checkout code
3123
uses: actions/checkout@v4
3224
- name: configure aws credentials

0 commit comments

Comments
 (0)