File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7979 OP_SERVICE_ACCOUNT : ${{ secrets.OP_SERVICE_ACCOUNT }}
8080 OP_SERVICE_ACCOUNT_PRODUCTION : ${{ secrets.OP_SERVICE_ACCOUNT_PRODUCTION }}
8181 with :
82- version : " 0.18.6 "
82+ version : " 0.18.14 "
8383 verb : call
8484 args : publish --progress=plain --op-service-account=env:OP_SERVICE_ACCOUNT --op-service-account-production=env:OP_SERVICE_ACCOUNT_PRODUCTION --dev=false --staging=true --version ${{ github.ref_name }}
8585 cloud-token : ${{ secrets.DAGGER_CLOUD_TOKEN }}
@@ -105,7 +105,7 @@ jobs:
105105 OP_SERVICE_ACCOUNT_PRODUCTION : ${{ secrets.OP_SERVICE_ACCOUNT_PRODUCTION }}
106106 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
107107 with :
108- version : " 0.18.6 "
108+ version : " 0.18.14 "
109109 verb : call
110110 args : publish --progress=plain --op-service-account=env:OP_SERVICE_ACCOUNT --op-service-account-production=env:OP_SERVICE_ACCOUNT_PRODUCTION --dev=false --production=true --version ${{ github.ref_name }} --github-token=env:GITHUB_TOKEN --slsa=true
111111 cloud-token : ${{ secrets.DAGGER_CLOUD_TOKEN }}
Original file line number Diff line number Diff line change 2424 env :
2525 OP_SERVICE_ACCOUNT : ${{ secrets.OP_SERVICE_ACCOUNT }}
2626 with :
27+ version : " 0.18.14"
2728 verb : call
2829 args : validate --progress=plain --op-service-account=env:OP_SERVICE_ACCOUNT
2930 cloud-token : ${{ secrets.DAGGER_CLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments