Skip to content

Commit 31072c2

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/eja-add-slack-webhook
2 parents 9c5c3aa + 4382752 commit 31072c2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/cicd-2-publish.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ jobs:
4949
name: "Publish packages"
5050
runs-on: ubuntu-latest
5151
needs: [metadata]
52-
if: github.event.pull_request.merged == true
53-
timeout-minutes: 3
52+
timeout-minutes: 10
53+
environment: "dev"
54+
permissions:
55+
id-token: write
56+
contents: write
5457
steps:
5558
- name: "Checkout code"
5659
uses: actions/checkout@v4

0 commit comments

Comments
 (0)