Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/lock-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get App Token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
id: app-token
with:
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get App Token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
id: app-token
with:
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
id: app-token
with:
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Generate token for primer
id: generate_primer_token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: 902635
owner: 'primer'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down
Loading