Skip to content

Commit

Permalink
remove seemingly redundant stuff from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XxX-Daniil-underscore-Zaikin-XxX committed Sep 17, 2024
1 parent 19d4de0 commit 1bf4971
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:


steps:
- name: git credentials
uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
token: '${{ secrets.GH_TOKEN }}'
global: true

- name: Checkout
working-directory: c:/
run: |
Expand Down Expand Up @@ -90,8 +84,7 @@ jobs:
run: |
dotnet cake
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# TODO: Rename this stuff for clarity once release build artifacts are being created
# TODO: Cleanup workflows for various event types in general
RELEASE: ${{( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/prerelease') && github.event_name != 'pull_request' && github.event_name != 'pull_request_target' }}
Expand Down

0 comments on commit 1bf4971

Please sign in to comment.