We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a371f20 commit fe3bea2Copy full SHA for fe3bea2
.github/workflows/publish.yaml
@@ -11,10 +11,10 @@ permissions:
11
id-token: write # Required for OIDC authentication
12
contents: read # Read repository contents
13
env:
14
- AWS_ROLE_ARN: arn:aws:iam::093205192929:role/gh-actions-integration-docs
+ AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
15
AWS_REGION: us-east-1
16
- S3_BUCKET_NAME: origin-dev-wire-com-20251118130313061400000001
17
- CF_DISTRIBUTION_ID: E2Y4283Z1F3KZE
+ S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
+ CF_DISTRIBUTION_ID: ${{ secrets.CF_DISTRIBUTION_ID }}
18
19
jobs:
20
publish:
0 commit comments