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.
2 parents 04eea5c + 4fe0ec7 commit cbb74a3Copy full SHA for cbb74a3
2 files changed
.github/workflows/release.yml
@@ -1,8 +1,11 @@
1
name: Build and Release (Manual Run JDK 21) v1.4
2
3
-on:
+on:
4
workflow_dispatch: # This event allows manual triggering
5
6
+permissions:
7
+ contents: write
8
+
9
env:
10
THIRD_PARTY_GIT_AUTHOR_EMAIL: opensource+bot@newrelic.com
11
THIRD_PARTY_GIT_AUTHOR_NAME: nr-opensource-bot
.github/workflows/repolinter.yml
@@ -8,6 +8,10 @@ name: Repolinter Action
# filtered in the "Test Default Branch" step.
on: [push, workflow_dispatch]
12
+ contents: read
13
+ issues: write
14
15
jobs:
16
repolint:
17
name: Run Repolinter
0 commit comments