Skip to content

Commit

Permalink
nsc-events-nextjs_14_582_removal_of_github_actions (#582)
Browse files Browse the repository at this point in the history
* Delete .github/workflows/cd-production.yml

* Delete .github/workflows/cd-staging.yml

* Delete .github/workflows/ssh.yml

* Delete .github/workflows/on-push-staging.yml

* Update ci.yml

removing commented out workflow call

* update artifact from v3 to v4

* changed github-token to repo-token
  • Loading branch information
JesseCaddell authored Nov 14, 2024
1 parent 4aa1e98 commit 3a4efb1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
steps:
- uses: pozil/auto-assign-issue@v1
with:
github-token: ${{ secrets.AUTO_ASSIGN_ISSUE_TOKEN }}
repo-token: ${{ secrets.AUTO_ASSIGN_ISSUE_TOKEN }}
assignees: ${{ github.actor }}
32 changes: 0 additions & 32 deletions .github/workflows/cd-production.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/cd-staging.yml

This file was deleted.

18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Continuous Integration
run-name: Node.js CI
on:
workflow_call: # required when creating a reusable workflow
# inputs:
# config-path:
# required: false
# type: string
# secrets:
# token:
# required: false
inputs:
config-path:
required: false
type: string
secrets:
token:
required: false
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,14 +57,14 @@ jobs:

# https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
- name: Archive Next.js build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: next.js-build
path: .next/
retention-days: 14

- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: docs/coverage/index.html
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/on-push-staging.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/ssh.yml

This file was deleted.

0 comments on commit 3a4efb1

Please sign in to comment.