File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 7
7
description : ' Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
8
8
required : false
9
9
default : false
10
+ permissions :
11
+ actions : write
12
+ checks : write
13
+ contents : write
14
+ deployments : write
15
+ id-token : write
16
+ pull-requests : write
17
+ repository-projects : write
18
+ security-events : write
19
+ statuses : write
20
+
10
21
jobs :
11
22
build :
12
23
runs-on : ubuntu-latest
13
24
steps :
14
25
- uses : actions/checkout@v3
15
26
- name : Setup tmate session
16
27
uses : mxschmitt/action-tmate@v3
28
+ env :
29
+ AUTOMERGE : ${{ secrets.AUTOMERGE }}
30
+ GPG_KEY_NAME : ${{ secrets.GPG_KEY_NAME }}
31
+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
32
+ GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY }}
33
+ OSSRH_JIRA_PASSWORD : ${{ secrets.OSSRH_JIRA_PASSWORD }}
34
+ OSSRH_JIRA_USERNAME : ${{ secrets.OSSRH_JIRA_USERNAME }}
35
+ RELEASE : ${{ secrets.RELEASE }}
You can’t perform that action at this time.
0 commit comments