Skip to content

Commit

Permalink
update pipeline file to call out secret only in test portion
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 13, 2024
1 parent dda64d3 commit 6dd2910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
SHIPPO_TOKEN: ${{ secrets.SHIPPO_TOKEN }}
concurrency:
group: php-sdk-check
steps:
Expand All @@ -42,3 +40,5 @@ jobs:
- name: Check
run: make check
env:
SHIPPO_TOKEN: ${{ secrets.SHIPPO_TOKEN }}

0 comments on commit 6dd2910

Please sign in to comment.