Skip to content

Commit

Permalink
Remove testing output.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellenwood committed Jan 10, 2025
1 parent ec62df3 commit 9213788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/actions/composer-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ runs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ inputs.OP_SERVICE_ACCOUNT_TOKEN }}
OP_VAULT: ${{ inputs.OP_VAULT }}
OP_ITEM: ${{ inputs.OP_ITEM }}
run: |
op user get --me
op inject -i auth.template.json -o auth.json
run: op inject -i auth.template.json -o auth.json

- name: 'Install Composer'
working-directory: ${{ inputs.BUILD_FOLDER }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pipeline-dokku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
OP_VAULT: ${{ secrets.OP_VAULT }}
OP_ITEM: ${{ secrets.OP_ITEM }}
run: |
op user get --me
op inject -i auth.template.json -o auth.json
run: op inject -i auth.template.json -o auth.json

- name: Commit Files
uses: moderntribe/actions/utils/commit-files@v1
Expand Down

0 comments on commit 9213788

Please sign in to comment.