Skip to content

Commit

Permalink
Merge pull request #49 from axone-protocol/ci/some-fixes
Browse files Browse the repository at this point in the history
Ci/minor adjustments
  • Loading branch information
ccamel authored Nov 13, 2024
2 parents d82c1ec + 48f296d commit d4e3ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: avto-dev/markdown-lint@v1.5.0
with:
args: "**/*.md"
ignore: "CHANGELOG.md"

lint-yaml:
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
echo "repo_name=$REPO_NAME" >> $GITHUB_OUTPUT
env:
INPUT_TAG: ${{ github.event.inputs.tag }}
GH_TOKEN: ${{ secrets.OPS_TOKEN }}

notify-github-discussion:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d4e3ffe

Please sign in to comment.