Skip to content

Commit d1ab17a

Browse files
authored
Merge branch 'master' into ayan.khan/add-extended-heartbeat
2 parents 07f3bd0 + 44949fc commit d1ab17a

7 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/bump-gem-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: generate-token
5555
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
5656
with:
57-
app-id: ${{ secrets.APP_ID }}
57+
app-id: ${{ vars.APP_ID }}
5858
private-key: ${{ secrets.APP_PRIVATE_KEY }}
5959

6060
- name: Create Pull Request

.github/workflows/generate-supported-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: generate-token
3333
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3434
with:
35-
app-id: ${{ secrets.APP_ID }}
35+
app-id: ${{ vars.APP_ID }}
3636
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3737

3838
- name: Create Pull Request

.github/workflows/lock-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
id: generate-token
9191
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
9292
with:
93-
app-id: ${{ secrets.APP_ID }}
93+
app-id: ${{ vars.APP_ID }}
9494
private-key: ${{ secrets.APP_PRIVATE_KEY }}
9595
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9696
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
id: generate-token
336336
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
337337
with:
338-
app-id: ${{ secrets.APP_ID }}
338+
app-id: ${{ vars.APP_ID }}
339339
private-key: ${{ secrets.APP_PRIVATE_KEY }}
340340
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
341341
with:

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ jobs:
127127
runs-on: ubuntu-24.04
128128
container:
129129
image: datadog/ci:v3.7.1
130-
credentials:
131-
username: "${{ secrets.DOCKERHUB_USERNAME }}"
132-
password: "${{ secrets.DOCKERHUB_TOKEN }}"
133130
env:
134131
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
135132
DD_ENV: ci
@@ -209,9 +206,6 @@ jobs:
209206
- ruby-25
210207
container:
211208
image: datadog/ci:v5.7.0
212-
credentials:
213-
username: "${{ secrets.DOCKERHUB_USERNAME }}"
214-
password: "${{ secrets.DOCKERHUB_TOKEN }}"
215209
env:
216210
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
217211
DD_ENV: ci

.github/workflows/update-latest-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
id: generate-token
8585
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
8686
with:
87-
app-id: ${{ secrets.APP_ID }}
87+
app-id: ${{ vars.APP_ID }}
8888
private-key: ${{ secrets.APP_PRIVATE_KEY }}
8989

9090
- name: Create Pull Request

.github/workflows/update-system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: generate-token
7474
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
7575
with:
76-
app-id: ${{ secrets.APP_ID }}
76+
app-id: ${{ vars.APP_ID }}
7777
private-key: ${{ secrets.APP_PRIVATE_KEY }}
7878

7979
- name: Create Pull Request

0 commit comments

Comments
 (0)