Skip to content

Commit 3ff20de

Browse files
authored
CI: replace create-github-app-token (#57)
Signed-off-by: Florian Lehner <[email protected]>
1 parent 4b20b5e commit 3ff20de

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,9 @@ jobs:
3333
os: [ ubuntu-22.04, macos-14-large, macos-14-xlarge ]
3434

3535
steps:
36-
- name: Get token
37-
id: get_token
38-
uses: actions/create-github-app-token@v2
39-
with:
40-
app-id: ${{ secrets.ELASTIC_OBSERVABILITY_APP_ID }}
41-
private-key: ${{ secrets.ELASTIC_OBSERVABILITY_APP_PEM }}
42-
permission-contents: read
43-
repositories: |
44-
devfiler
45-
4636
- name: Checkout code
4737
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
4838
with:
49-
token: ${{ steps.get_token.outputs.token }}
5039
submodules: true
5140

5241
- name: Install Nix

0 commit comments

Comments
 (0)