Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:

- name: Assume IAM Role
id: assume-iam-role
uses: bitterbridge/github-actions/assume-iam-role@v0.0.49
uses: bitterbridge/github-actions/assume-iam-role@v0.0.50
with:
role-to-assume: ${{ vars.IAM_ROLE_TO_ASSUME }}

- name: Get GitHub Token
id: get-github-token
uses: bitterbridge/github-actions/get-github-token@v0.0.49
uses: bitterbridge/github-actions/get-github-token@v0.0.50
with:
github-app-id-secret-path: ${{ vars.APP_ID_SECRET_PATH }}
github-app-private-key-secret-path: ${{ vars.APP_PRIVATE_KEY_SECRET_PATH }}

- name: Dependabot Auto-Merge
id: dependabot-auto-merge
uses: bitterbridge/github-actions/dependabot-auto-merge@v0.0.49
uses: bitterbridge/github-actions/dependabot-auto-merge@v0.0.50
with:
github-token: ${{ steps.get-github-token.outputs.github-token}}
package-ecosystems: '["github_actions", "terraform"]'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:

- name: Assume IAM Role
id: assume-iam-role
uses: bitterbridge/github-actions/assume-iam-role@v0.0.49
uses: bitterbridge/github-actions/assume-iam-role@v0.0.50
with:
role-to-assume: ${{ vars.IAM_ROLE_TO_ASSUME }}

- name: Get GitHub Token
id: get-github-token
uses: bitterbridge/github-actions/get-github-token@v0.0.49
uses: bitterbridge/github-actions/get-github-token@v0.0.50
with:
github-app-id-secret-path: ${{ vars.APP_ID_SECRET_PATH }}
github-app-private-key-secret-path: ${{ vars.APP_PRIVATE_KEY_SECRET_PATH }}

- name: Bump version
id: bump-version
uses: bitterbridge/github-actions/bump-version@v0.0.49
uses: bitterbridge/github-actions/bump-version@v0.0.50
with:
github-token: ${{ steps.get-github-token.outputs.github-token}}
Loading