Compare commits

...

9 Commits

Author SHA1 Message Date
3cd343859c Update .github/workflows/releases.yml
Some checks reported warnings
Master Build, Test & Deploy / main (push) Has been cancelled
CodeQL Analysis / Analyze (javascript) (push) Has been cancelled
Releases / main (push) Successful in 3m24s
2023-09-05 21:45:26 -04:00
4483aabd76 Update .github/workflows/releases.yml
Some checks reported warnings
CodeQL Analysis / Analyze (javascript) (push) Has been cancelled
Master Build, Test & Deploy / main (push) Has been cancelled
Releases / main (push) Successful in 3m16s
2023-09-05 21:12:19 -04:00
7ee52098c9 Update .github/workflows/releases.yml
Some checks failed
CodeQL Analysis / Analyze (javascript) (push) Failing after 19s
Master Build, Test & Deploy / main (push) Has been cancelled
2023-09-05 21:11:51 -04:00
6952c77404 Update .github/workflows/releases.yml
Some checks failed
CodeQL Analysis / Analyze (javascript) (push) Failing after 18s
Master Build, Test & Deploy / main (push) Failing after 2m51s
Releases / main (push) Has been cancelled
Updooted workflow
2023-09-05 21:03:11 -04:00
fc51f433ab Merge pull request 'Update .github/workflows/releases.yml' (#2) from benjamyn-patch-1 into master
Some checks failed
CodeQL Analysis / Analyze (javascript) (push) Failing after 18s
Master Build, Test & Deploy / main (push) Failing after 2m46s
Reviewed-on: #2
2023-09-05 21:01:35 -04:00
1902aaa722 Update .github/workflows/releases.yml
Some checks reported warnings
CodeQL Analysis / Analyze (javascript) (pull_request) Has been cancelled
Pull Requests / main (pull_request) Has been cancelled
2023-09-05 20:57:56 -04:00
87d57213c0 Update .github/workflows/releases.yml
Some checks failed
CodeQL Analysis / Analyze (javascript) (push) Failing after 15s
Master Build, Test & Deploy / main (push) Failing after 2m53s
2023-09-05 20:57:31 -04:00
4073ebcef7 Merge pull request 'Update README.md' (#1) from benjamyn-patch-1 into master
Some checks failed
Master Build, Test & Deploy / main (push) Failing after 2m53s
CodeQL Analysis / Analyze (javascript) (push) Failing after 18s
Reviewed-on: #1
2023-09-05 20:48:09 -04:00
5012c30ea2 Update README.md
Some checks failed
CodeQL Analysis / Analyze (javascript) (pull_request) Failing after 58s
Pull Requests / main (pull_request) Failing after 2m57s
2023-09-05 20:42:53 -04:00
2 changed files with 11 additions and 20 deletions

View File

@ -33,27 +33,17 @@ jobs:
- name: Production Build
if: success()
run: npx grunt prod
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: UI Tests
if: success()
run: |
sudo apt-get install xvfb
xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
- name: Upload Release Assets
- name: Upload Release Assets
if: success()
id: upload-release-assets
uses: svenstaro/upload-release-action@v2
uses: https://gitea.com/actions/release-action@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/prod/*.zip
tag: ${{ github.ref }}
overwrite: true
file_glob: true
body: "See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details."
- name: Publish to NPM
if: success()
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
files: |-
build/prod/*.zip
api_key: '${{secrets.RELEASE_TOKEN}}'

View File

@ -101,6 +101,7 @@ An installation walkthrough, how-to guides for adding new operations and themes,
- Push your changes to your fork.
- Submit a pull request. If you are doing this for the first time, you will be prompted to sign the [GCHQ Contributor Licence Agreement](https://cla-assistant.io/gchq/CyberChef) via the CLA assistant on the pull request. This will also ask whether you are happy for GCHQ to contact you about a token of thanks for your contribution, or about job opportunities at GCHQ.
## Force build
## Licencing