Skip to content

Commit 67a7037

Browse files
authored
Update ci.yml
1 parent eac9e23 commit 67a7037

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yml

+19
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,29 @@ on:
77
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
88
required: false
99
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+
1021
jobs:
1122
build:
1223
runs-on: ubuntu-latest
1324
steps:
1425
- uses: actions/checkout@v3
1526
- name: Setup tmate session
1627
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 }}

0 commit comments

Comments
 (0)