Skip to content
Merged
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/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
with:
role-to-assume: ${{ vars.IAM_ROLE_TO_ASSUME }}

- name: Get GitHub Token
id: get-github-token
uses: bitterbridge/github-actions/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
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/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
with:
github-token: ${{ steps.get-github-token.outputs.github-token}}
package-ecosystems: '["github_actions"]'
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/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
with:
role-to-assume: ${{ vars.IAM_ROLE_TO_ASSUME }}

- name: Get GitHub Token
id: get-github-token
uses: bitterbridge/github-actions/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
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/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
with:
github-token: ${{ steps.get-github-token.outputs.github-token}}
6 changes: 3 additions & 3 deletions .github/workflows/update-profile-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:

- name: Assume IAM Role with defaults
id: assume-iam-role
uses: bitterbridge/github-actions/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
with:
role-to-assume: ${{ vars.IAM_ROLE_TO_ASSUME }}

- name: Get GitHub Token
id: get-github-token
uses: bitterbridge/github-actions/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
with:
github-app-id-secret-path: ${{ vars.APP_ID_SECRET_PATH }}
github-app-private-key-secret-path: ${{ vars.APP_PRIVATE_KEY_SECRET_PATH }}

- name: Update Profile README
id: update-profile-readme
uses: bitterbridge/github-actions/[email protected].54
uses: bitterbridge/github-actions/[email protected].55
with:
owner: 'goldentooth'
github-token: ${{ steps.get-github-token.outputs.github-token }}
Loading