Skip to content

Commit

Permalink
Fixing pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Bouriez committed Oct 28, 2022
1 parent ca7856b commit 4fd3b6b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ on:
jobs:
workflows:
uses: lbouriez/workflows/.github/workflows/addon-ci.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
workflows:
uses: lbouriez/workflows/.github/workflows/addon-deploy.yaml@main
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
DISPATCH_TOKEN: ${{ secrets.GIT_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: lbouriez/workflows/.github/workflows/labels.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: lbouriez/workflows/.github/workflows/lock.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: lbouriez/workflows/.github/workflows/release-drafter.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: lbouriez/workflows/.github/workflows/stale.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion ttrss/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tt-rss",
"version": "0.10.4",
"version": "dev",
"slug": "ttrss",
"description": "Tiny-rss add-on based on the prebuilt docker image from lunik1",
"url": "https://github.com/lbouriez/hassio-addons",
Expand Down

0 comments on commit 4fd3b6b

Please sign in to comment.