@treeseed/sdk 0.6.29 → 0.6.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -208,7 +208,6 @@ __WORKING_DIRECTORY_BLOCK__
|
|
|
208
208
|
needs.classify.outputs.release_tag == 'true'
|
|
209
209
|
permissions:
|
|
210
210
|
contents: read
|
|
211
|
-
deployments: write
|
|
212
211
|
environment: ${{ needs.classify.outputs.scope == 'prod' && 'production' || 'staging' }}
|
|
213
212
|
env:
|
|
214
213
|
TREESEED_BOOTSTRAP_MODE: auto
|
|
@@ -352,7 +351,6 @@ __WORKING_DIRECTORY_BLOCK__
|
|
|
352
351
|
- provision
|
|
353
352
|
permissions:
|
|
354
353
|
contents: read
|
|
355
|
-
deployments: write
|
|
356
354
|
if: |
|
|
357
355
|
needs.classify.outputs.workflow_action == 'deploy_code' ||
|
|
358
356
|
needs.classify.outputs.code_changed == 'true' ||
|
|
@@ -494,7 +492,6 @@ __WORKING_DIRECTORY_BLOCK__
|
|
|
494
492
|
- deploy-code
|
|
495
493
|
permissions:
|
|
496
494
|
contents: read
|
|
497
|
-
deployments: write
|
|
498
495
|
if: |
|
|
499
496
|
always() &&
|
|
500
497
|
needs.provision.result == 'success' &&
|
|
@@ -645,7 +642,6 @@ __WORKING_DIRECTORY_BLOCK__
|
|
|
645
642
|
(needs['publish-content'].result == 'success' || needs['publish-content'].result == 'skipped')
|
|
646
643
|
permissions:
|
|
647
644
|
contents: read
|
|
648
|
-
deployments: write
|
|
649
645
|
environment: ${{ needs.classify.outputs.scope == 'prod' && 'production' || 'staging' }}
|
|
650
646
|
env:
|
|
651
647
|
TREESEED_BOOTSTRAP_MODE: auto
|