Skip to content

Commit

Permalink
update subsplit action
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 21, 2023
1 parent 848ce2c commit f94ae7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-subsplit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- master
create:
tags:
- '6.*'
- '7.*'
delete:
tags:
- '6.*'
- '7.*'

jobs:
publish_subsplits:
Expand All @@ -20,9 +20,9 @@ jobs:
with:
fetch-depth: '0'
persist-credentials: 'false'
- uses: frankdejonge/[email protected].1
- uses: frankdejonge/[email protected].2
with:
authentication: 'nyamsprod:${{ secrets.PERSONAL_ACCESS_TOKEN }}'
authentication: 'nyamsprod:${{ secrets.PERSONAL_ACCESS_TOKEN_URI }}'
user_name: 'ignace nyamagana butera'
user_email: '[email protected]'
- name: Cache splitsh-lite
Expand All @@ -31,7 +31,7 @@ jobs:
with:
path: './.splitsh'
key: '${{ runner.os }}-splitsh'
- uses: frankdejonge/[email protected]-beta.7
- uses: frankdejonge/[email protected]
with:
source-branch: 'master'
config-path: './config.subsplit-publish.json'
Expand Down

0 comments on commit f94ae7c

Please sign in to comment.