Skip to content

Commit

Permalink
Clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Sep 21, 2023
1 parent 75b9a4b commit cac77be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: main

on: [push, pull_request]

env:
TEST_GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}

jobs:
main:
uses: Tyrrrz/.github/.github/workflows/nuget.yml@master
Expand All @@ -11,5 +14,3 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DYNAMIC: |
TEST_GITHUB_TOKEN=${{ secrets.TEST_GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
description: Package version suffix
required: true

env:
TEST_GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}

jobs:
prerelease:
uses: Tyrrrz/.github/.github/workflows/nuget.yml@master
Expand All @@ -23,5 +26,3 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DYNAMIC: |
TEST_GITHUB_TOKEN=${{ secrets.TEST_GITHUB_TOKEN }}

0 comments on commit cac77be

Please sign in to comment.