File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments