We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdcdaee + 45780e5 commit 9d2d434Copy full SHA for 9d2d434
.github/workflows/cicd-2-publish.yaml
@@ -51,7 +51,7 @@ jobs:
51
name: "Publish to dev"
52
runs-on: ubuntu-latest
53
needs: [metadata]
54
- timeout-minutes: 10
+ timeout-minutes: 30
55
environment: "dev"
56
permissions:
57
id-token: write
.github/workflows/cicd-3-deploy.yaml
@@ -81,7 +81,7 @@ jobs:
81
82
83
environment: ${{ inputs.environment }}
84
85
86
87
contents: write
0 commit comments