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 a53ed48 commit ece416cCopy full SHA for ece416c
.github/workflows/merge-hook-test.yaml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- main
8
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
update-version:
14
# Only run if the PR was actually merged (not just closed)
@@ -17,7 +20,7 @@ jobs:
17
20
uses: actions/checkout@v4
18
21
with:
19
22
ref: main
- token: ${{ secrets.IKMDEVOPS_PAT_TOKEN }}
23
+ token: ${{ secrets.GITHUB_TOKEN }}
24
25
- name: Set up JDK
26
uses: actions/setup-java@v4
0 commit comments