Skip to content

Commit 76d0fb2

Browse files
committed
Right token
1 parent b8ef3b9 commit 76d0fb2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/PROD-all-studios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
- name: 'Move cards and create discussion and post it to channel'
278278
id: 'get-list'
279279
with:
280-
token: ${{ secrets.PADMS_PAT }}
280+
token: ${{ secrets.PADMS_PAT_READ_PACKAGE }}
281281
commitSHA: 'Studio: ${{ needs.store-image-tags.outputs.STUDIO_SHA }}'
282282
slackWebhook: ${{ secrets.SLACK_WEBHOOK_RELEASE_ANNOUNCEMENT}}
283283
uses: ./.github/workflows/project/

.github/workflows/PROD-all-webs-and-studios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
- name: 'Move cards and create discussion and post it to channel'
308308
id: 'get-list'
309309
with:
310-
token: ${{ secrets.PADMS_PAT }}
310+
token: ${{ secrets.PADMS_PAT_READ_PACKAGE }}
311311
commitSHA: 'Web : ${{ needs.store-image-tags.outputs.WEB_SHA }} Studio: ${{ needs.store-image-tags.outputs.STUDIO_SHA }}'
312312
slackWebhook: ${{ secrets.SLACK_WEBHOOK_RELEASE_ANNOUNCEMENT}}
313313
uses: ./.github/workflows/project/

.github/workflows/PROD-all-webs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: 'Move cards and create discussion and post it to channel'
125125
id: 'get-list'
126126
with:
127-
token: ${{ secrets.PADMS_PAT }}
127+
token: ${{ secrets.PADMS_PAT_READ_PACKAGE }}
128128
commitSHA: 'Web : ${{ needs.store-image-tags.outputs.WEB_SHA }}'
129129
slackWebhook: ${{ secrets.SLACK_WEBHOOK_RELEASE_ANNOUNCEMENT}}
130130
uses: ./.github/workflows/project/

0 commit comments

Comments
 (0)