Skip to content

oslokommune/ukeweb_gh_workplace_action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workplace Action

This action posts the projects changelog to a Meta Workplace group.

Build

npm install
./node_modules/.bin/ncc build index.js --license licenses.txt

Example action setup

steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Workplace step
        id: changelog
        uses: oslokommune/[email protected]
        with:
          group-id: ${{ secrets.WORKPLACE_GROUP_ID }}
          auth-token: ${{ secrets.WORKPLACE_AUTH_TOKEN }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published