Remove the MAY and OPTIONAL terminology references. Closes #259 #68
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Uptane Standard CI Job' | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build and publish artifacts | |
env: | |
ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }} | |
uses: docker://uptane/uptane-standard-ci |