File tree Expand file tree Collapse file tree 5 files changed +596
-771
lines changed
Expand file tree Collapse file tree 5 files changed +596
-771
lines changed Original file line number Diff line number Diff line change 1313 app-id : 1256780 # Export Secrets GitHub App
1414 private-key : ${{ secrets.EXPORT_SECRETS_PRIVATE_KEY }}
1515 - name : Export secrets to ESC
16- uses : pulumi/esc-export-secrets-action@v1
16+ uses : pulumi/esc-export-secrets-action@9d6485759b6adff2538ae91f1b77cc96265c9dad # v1
1717 with :
1818 organization : pulumi
1919 org-environment : github-secrets/pulumi-get.pulumi.com
Original file line number Diff line number Diff line change 3131 role-session-name : get.pulumi.com-${{ github.run_id }}
3232 - run : yarn install
3333 working-directory : infrastructure
34- - uses : pulumi/actions@v4
34+ - uses : pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
3535 with :
3636 command : up
3737 stack-name : " pulumi/get-pulumi-com/staging"
Original file line number Diff line number Diff line change 2828 role-session-name : get.pulumi.com-${{ github.run_id }}
2929 - run : yarn install
3030 working-directory : infrastructure
31- - uses : pulumi/actions@v4
31+ - uses : pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
3232 with :
3333 command : up
3434 stack-name : " pulumi/get-pulumi-com/production"
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 - run : yarn install
3131 working-directory : infrastructure
3232 - if : github.base_ref == 'production'
33- uses : pulumi/actions@v4
33+ uses : pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
3434 with :
3535 command : preview
3636 work-dir : infrastructure
3737 stack-name : " pulumi/get-pulumi-com/production"
3838 env :
3939 PULUMI_ACCESS_TOKEN : ${{ secrets.PULUMI_ACCESS_TOKEN }}
4040 - if : github.base_ref == 'master'
41- uses : pulumi/actions@v4
41+ uses : pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
4242 with :
4343 command : preview
4444 work-dir : infrastructure
You can’t perform that action at this time.
0 commit comments