Skip to content

Commit 8f7bfb5

Browse files
author
David Cavazos
committed
fix: add id-token to workflows
1 parent 7417745 commit 8f7bfb5

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/custard-run-dev.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
timeout-minutes: 120 # 2 hours hard limit
6363
permissions:
64+
id-token: write
6465
statuses: write
6566
strategy:
6667
fail-fast: false
@@ -108,13 +109,6 @@ jobs:
108109
with:
109110
check: ${{ steps.in_progress.outputs.check }}
110111
status: failure
111-
# - name: Upload test results for FlakyBot workflow
112-
# if: github.event.action == 'schedule' && always() # always() submits logs even if tests fail
113-
# uses: actions/upload-artifact@v4
114-
# with:
115-
# name: test-results
116-
# path: ${{ matrix.path }}/${{ github.run_id }}_sponge_log.xml
117-
# retention-days: 1
118112

119113
done:
120114
needs: [affected, test]

.github/workflows/custard-run.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
timeout-minutes: 120 # 2 hours hard limit
107107
permissions:
108+
id-token: write
108109
statuses: write
109110
strategy:
110111
fail-fast: false
@@ -152,13 +153,6 @@ jobs:
152153
with:
153154
check: ${{ steps.in_progress.outputs.check }}
154155
status: failure
155-
# - name: Upload test results for FlakyBot workflow
156-
# if: github.event.action == 'schedule' && always() # always() submits logs even if tests fail
157-
# uses: actions/upload-artifact@v4
158-
# with:
159-
# name: test-results
160-
# path: ${{ matrix.path }}/${{ github.run_id }}_sponge_log.xml
161-
# retention-days: 1
162156

163157
done:
164158
needs: [affected, lint, test]

0 commit comments

Comments
 (0)