Skip to content

Commit

Permalink
Update matrix-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TanujairamV authored Nov 6, 2024
1 parent c26955e commit fb8dbc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/matrix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sed -i "1s/^/Release $version\n\n/" release_notes.md
gh release create "$version" --draft -t "$version" -F release_notes.md
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT: ${{ secrets.PAT }}
run:
runs-on: ubuntu-latest
needs: generate-release
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
gh release upload ${{ env.RELEASE_VERSION }} $file
done
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT: ${{ secrets.PAT }}

release-metadata:
needs: [generate-release, run]
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
gh release edit ${{ needs.generate-release.outputs.version }} --draft=false --prerelease --repo ${{ github.repository }}
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT: ${{ secrets.PAT }}

telegram-notify:
if: ${{ github.ref_name == 'main' }}
Expand Down Expand Up @@ -254,4 +254,4 @@ jobs:
release_body=$(gh release view $release_tag --json body -q .body)
python3 push-notify --title "New Release $release_tag" --body "$release_body" --api_url ${{ secrets.NOTIF_API_URL }} --bearer ${{ secrets.NOTIF_API_BEARER }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT: ${{ secrets.PAT }}

0 comments on commit fb8dbc6

Please sign in to comment.