Skip to content

Commit fe3bea2

Browse files
add github secrets
1 parent a371f20 commit fe3bea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ permissions:
1111
id-token: write # Required for OIDC authentication
1212
contents: read # Read repository contents
1313
env:
14-
AWS_ROLE_ARN: arn:aws:iam::093205192929:role/gh-actions-integration-docs
14+
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
1515
AWS_REGION: us-east-1
16-
S3_BUCKET_NAME: origin-dev-wire-com-20251118130313061400000001
17-
CF_DISTRIBUTION_ID: E2Y4283Z1F3KZE
16+
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
17+
CF_DISTRIBUTION_ID: ${{ secrets.CF_DISTRIBUTION_ID }}
1818

1919
jobs:
2020
publish:

0 commit comments

Comments
 (0)