Skip to content

Commit 5ae389a

Browse files
committed
chore: update identity organization
1 parent 7dd1ec8 commit 5ae389a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-generation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
app_id: ${{ secrets.APP_ID }}
4040
private_key: ${{ secrets.APP_PRIVATE_KEY }}
4141
installation_retrieval_mode: "repository"
42-
installation_retrieval_payload: "camunda-cloud/identity"
42+
installation_retrieval_payload: "camunda/identity"
4343

4444
- name: Set Camunda release tag var
4545
run: |
@@ -137,7 +137,7 @@ jobs:
137137
working-directory: ./release-notes-fetcher/tmp
138138
run: |
139139
gh release download "${IDENTITY_GITREF}" \
140-
-R camunda-cloud/identity \
140+
-R camunda/identity \
141141
-p "camunda-identity-${IDENTITY_GITREF}.tar.gz" \
142142
-p "camunda-identity-${IDENTITY_GITREF}.tar.gz.sha1sum" \
143143
-p "camunda-identity-${IDENTITY_GITREF}.zip" \

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
app_id: ${{ secrets.APP_ID }}
3535
private_key: ${{ secrets.APP_PRIVATE_KEY }}
3636
installation_retrieval_mode: "repository"
37-
installation_retrieval_payload: "camunda-cloud/identity"
37+
installation_retrieval_payload: "camunda/identity"
3838

3939
- name: Run release notes script
4040
working-directory: ./release-notes-fetcher
@@ -118,7 +118,7 @@ jobs:
118118
run: >
119119
gh release
120120
download "$GITHUB_REF_NAME"
121-
-R camunda-cloud/identity
121+
-R camunda/identity
122122
-p "camunda-identity-$GITHUB_REF_NAME.tar.gz"
123123
-p "camunda-identity-$GITHUB_REF_NAME.tar.gz.sha1sum"
124124
-p "camunda-identity-$GITHUB_REF_NAME.zip"

0 commit comments

Comments
 (0)