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 e798bf1 commit 26c0516Copy full SHA for 26c0516
.github/workflows/build.yaml
@@ -19,13 +19,11 @@ on:
19
jobs:
20
build:
21
runs-on: ubuntu-latest
22
- permissions:
23
- # Give the default GITHUB_TOKEN write permission to commit and push the
24
- # added or changed files to the repository.
25
- contents: write
26
steps:
27
- name: Checkout Repository
28
uses: actions/checkout@v3
+ with:
+ token: ${{ secrets.PAT }}
29
30
- name: Check if tag already exists
31
run: |
@@ -66,7 +64,7 @@ jobs:
66
64
github-generate-changelog: true
67
65
github-draft: false
68
github-prerelease: false
69
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.PAT }}
70
71
files-primary: build/libs/!(*-@(dev|sources|javadoc)).jar
72
files-secondary: build/libs/*-@(dev|sources|javadoc).jar
0 commit comments