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 e80b89a commit 2d26840Copy full SHA for 2d26840
.github/workflows/publish.yaml
@@ -19,12 +19,18 @@ jobs:
19
id-token: write
20
contents: read
21
steps:
22
- - name: Checkout code
23
- uses: actions/checkout@v4
24
-
25
- name: Get GH app token
26
id: gh-app-token
27
uses: cloudbeds/composite-actions/gh-app-token@v2
+ with:
+ app_id: 391670
+ aws_role_arn: arn:aws:iam::048781935247:role/GH-APP-OIDC-CBMyFrontDesk
28
+ aws_ssm_param_name: /github/app/CBMyFrontDesk/private-key
29
+
30
+ - name: Checkout code
31
+ uses: actions/checkout@v4
32
33
+ token: ${{ steps.gh-app-token.outputs.github-token }}
34
35
- name: Get API docs
36
env:
0 commit comments