Skip to content

Commit

Permalink
chore: update tibdex/github-app-token to v2.1.0
Browse files Browse the repository at this point in the history
Pin to a commit

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Oct 13, 2023
1 parent 62c4363 commit cae5856
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate app token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
id: get_installation_token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate app token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
id: get_installation_token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: write
steps:
- name: Generate app token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
id: get_installation_token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: Generate app token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
id: get_installation_token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
pull-requests: write
steps:
- name: Clone
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Update from upstream repo
Expand Down

0 comments on commit cae5856

Please sign in to comment.