We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b20b5e commit 3ff20deCopy full SHA for 3ff20de
.github/workflows/main.yml
@@ -33,20 +33,9 @@ jobs:
33
os: [ ubuntu-22.04, macos-14-large, macos-14-xlarge ]
34
35
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
-
46
- name: Checkout code
47
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
48
with:
49
- token: ${{ steps.get_token.outputs.token }}
50
submodules: true
51
52
- name: Install Nix
0 commit comments