Skip to content

Commit a12649c

Browse files
authored
chore(ci): use no-cache dagger cloud token (#2006)
1 parent 91950c5 commit a12649c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
verb: call
5454
args: test
55-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
55+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
5656
version: ${{ env.DAGGER_VERSION }}
5757

5858
- name: Export Dagger Engine logs
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
verb: call
8989
args: migrate check
90-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
90+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
9191
version: ${{ env.DAGGER_VERSION }}
9292

9393
- name: Export Dagger Engine logs
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
verb: call
122122
args: lint all
123-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
123+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
124124
version: ${{ env.DAGGER_VERSION }}
125125

126126
- name: Export Dagger Engine logs
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
verb: call
254254
args: --source .:default quickstart-test --service tcp://localhost:8888 --port 8888
255-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
255+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
256256
version: ${{ env.DAGGER_VERSION }}
257257

258258
- name: Export Container Logs
@@ -290,7 +290,7 @@ jobs:
290290
with:
291291
verb: call
292292
args: etoe
293-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
293+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
294294
version: ${{ env.DAGGER_VERSION }}
295295

296296
- name: Export Dagger Engine logs
@@ -323,7 +323,7 @@ jobs:
323323
with:
324324
verb: call
325325
args: ci
326-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
326+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
327327
version: ${{ env.DAGGER_VERSION }}
328328

329329
- name: Export Dagger Engine logs

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
verb: call
4747
args: release --version ${{ github.ref_name }} --github-actor ${{ github.actor }} --github-token env:GITHUB_TOKEN --pypi-token env:PYPI_TOKEN --npm-token env:NPM_TOKEN
48-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
48+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
4949
version: ${{ env.DAGGER_VERSION }}
5050
env:
5151
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/sdk-node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
verb: call
3333
args: generate node-sdk -o api/client/node
34-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
34+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
3535
version: ${{ env.DAGGER_VERSION }}
3636

3737
- name: Open pull request

.github/workflows/sdk-python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
verb: call
3535
args: generate python-sdk -o api/client/python
36-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
36+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
3737
version: ${{ env.DAGGER_VERSION }}
3838

3939
- name: Open pull request

.github/workflows/sdk-web.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
verb: call
3434
args: generate web-sdk -o api/client/web
35-
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
35+
cloud-token: ${{ secrets.DAGGER_CLOUD_NO_CACHE_TOKEN }}
3636
version: ${{ env.DAGGER_VERSION }}
3737

3838
- name: Open pull request

0 commit comments

Comments
 (0)