Skip to content

Commit e520639

Browse files
committed
netlify auth token
1 parent 90d39ca commit e520639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on: [push, workflow_dispatch]
22

33
name: "Main pipeline: build, lint, test"
44
jobs:
5-
earthly:
6-
name: Earthly
5+
Main:
6+
name: Main
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
2424
version: "latest"
2525
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
2626
verb: call
27-
args: ci
27+
args: ci --netlify-auth-token ${{ secrets.NETLIFY_AUTH_TOKEN }}
2828
- name: Docker images
2929
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
3030
uses: dagger/[email protected]

0 commit comments

Comments
 (0)