Skip to content

Commit 9a44806

Browse files
committed
Build and Deploy Snapshots to a GitHub Branch
1 parent 2964b79 commit 9a44806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Build and Deploy Snapshots to a GitHub Branch
2525
env:
26-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2727
run: |
2828
# Set up a local repository branch for Maven deployment
2929
SNAPSHOT_BRANCH="maven-snapshots"

0 commit comments

Comments
 (0)