Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a907089ed5 | |||
| 65f8e4b5f0 | |||
| 085b290a13 | |||
| cc637ef241 | |||
| 828cc447e0 | |||
| fb3216a876 | |||
| 9312c89ee9 | |||
| 58eb7fa4fb | |||
| b00c43ee2d | |||
| 594550dc6d |
@@ -48,11 +48,11 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Configure git auth
|
||||
run: |
|
||||
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@scm.cabillot.eu/perso/offlineimap.git"
|
||||
git remote set-url origin "https://x-access-token:${{ secrets.SA_TOKEN_ACTION_PUSH_TAGS }}@scm.cabillot.eu/perso/offlineimap.git"
|
||||
- uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1.75.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.SA_TOKEN_ACTION_PUSH_TAGS }}
|
||||
DEFAULT_BUMP: patch
|
||||
RELEASE_BRANCHES: master
|
||||
WITH_V: true
|
||||
GIT_API_TAGGING: false
|
||||
GIT_API_TAGGING: false
|
||||
Reference in New Issue
Block a user