Skip to content

Commit

Permalink
chore: workflow mvn settings for releases repo
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jan 20, 2023
1 parent 1fe0976 commit 6978c7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
ORG_GITHUB_ACTOR: ${{ secrets.ORG_GITHUB_ACTOR }}
ORG_GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}

steps:
- name: Checkout git repo
Expand Down Expand Up @@ -37,11 +39,11 @@ jobs:
with:
servers: |
[{"id": "github-kepler",
"username": "GITHUB",
"password": "${{secrets.GITHUB_TOKEN}}"},
"username": "${{secrets.ORG_GITHUB_ACTOR}}",
"password": "${{secrets.ORG_GITHUB_TOKEN}}"},
{"id": "github-kepler-releases",
"username": "GITHUB",
"password": "${{secrets.GITHUB_TOKEN}}"}]
"username": "${{secrets.ORG_GITHUB_ACTOR}}",
"password": "${{secrets.ORG_GITHUB_TOKEN}}"}]
- uses: extractions/setup-just@v1

Expand Down
6 changes: 2 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{:paths ["src"]
:mvn/repos {"github-kepler-releases"
{:url "https://maven.pkg.github.com/kepler16/*"}
"github-kepler"
{:url "https://maven.pkg.github.com/kepler16/gx.cljc"}}
:mvn/repos {"github-kepler-releases" {:url "https://maven.pkg.github.com/kepler16/*"}
"github-kepler" {:url "https://maven.pkg.github.com/kepler16/gx.cljc"}}

:deps
{funcool/promesa {:mvn/version "10.0.594"}
Expand Down

1 comment on commit 6978c7d

@vercel
Copy link

@vercel vercel bot commented on 6978c7d Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gx – ./

gx-git-master-kepler16.vercel.app
gx.kepler16.com
gx-kepler16.vercel.app

Please sign in to comment.