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 2f59d40 commit db46fcbCopy full SHA for db46fcb
.github/workflows/publish.lib.yaml
@@ -2,6 +2,14 @@ name: Publish
2
3
on:
4
workflow_call:
5
+<<<<<<< Updated upstream
6
+=======
7
+ inputs:
8
+ private-key:
9
+ description: 'Private key for creating the GitHub App token'
10
+ required: true
11
+ type: string
12
+>>>>>>> Stashed changes
13
14
permissions:
15
packages: write
@@ -20,7 +28,7 @@ jobs:
20
28
with:
21
29
# required
22
30
app-id: 1312871
23
- private-key: ${{ secrets.OPENMCP_CI_APP_PRIVATE_KEY }}
31
+ private-key: ${{ inputs.private-key }}
24
32
25
33
- name: Checkout code
26
34
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
0 commit comments