goauth 0.17.0

Crate for authenticating Server to Server Apps for Google Cloud Engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: publish

on:
  release:
    types:
      - created

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - name: Publish to crates.io
        if: github.repository == 'durch/rust-goauth'
        run: cargo login ${{ secrets.CARGO_TOKEN }} && cargo publish