Skip to content

Commit 76ac495

Browse files
authored
ci: fix output for oss auth (#1592)
1 parent 9d25cd7 commit 76ac495

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: build
33
on:
44
push:
55
branches: [main]
6-
pull_request:
7-
branches: [main]
86

97
permissions:
108
id-token: write
@@ -43,7 +41,7 @@ jobs:
4341
region: cn-beijing
4442
role-session-name: github-actions-${{ github.run_id }}
4543
oidc-provider-arn: acs:ram::1953761221157405:oidc-provider/github
46-
set-outputs: "true"
44+
export-environment-variables: "true"
4745
- name: Sync to OSS
4846
run: |
4947
rclone sync ./build/ oss:databend-docs/

0 commit comments

Comments
 (0)