Skip to content

Commit 728f6b6

Browse files
fix artifact deployment
1 parent a807319 commit 728f6b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- hotfix/*
12+
- fix/bring_back_github_artifacts
1213
workflow_dispatch: {}
1314

1415
concurrency:

.github/workflows/cicd-3-test-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
name: lambda-${{ needs.metadata.outputs.tag }}
8080
path: ./build
8181
run-id: ${{ github.event.workflow_run.id }}
82+
github-token: ${{ github.token }}
8283

8384
- name: "Terraform Apply (TEST)"
8485
env:

0 commit comments

Comments
 (0)