Skip to content

Commit a064293

Browse files
committed
ci: add capabilities
1 parent 3c83d6d commit a064293

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/check-bun-version.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
if: steps.bun-version.outputs.latest != steps.bun-version.outputs.current
4040
run: |
4141
sam build
42-
sam deploy --stack-name bun-runtime --no-confirm-changeset --no-fail-on-empty-changeset --parameter-overrides "BunVersion=${{ steps.bun-version.outputs.latest }}"
42+
sam deploy /
43+
--stack-name bun-runtime /
44+
--no-confirm-changeset /
45+
--no-fail-on-empty-changeset /
46+
--capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND /
47+
--parameter-overrides "BunVersion=${{ steps.bun-version.outputs.latest }}"
4348
4449
- name: Update version file
4550
if: success() && steps.bun-version.outputs.latest != steps.bun-version.outputs.current

0 commit comments

Comments
 (0)