Skip to content

Commit

Permalink
Update workflow for auto version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Jun 3, 2022
1 parent 926fae0 commit dd1d169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
types: [published]

jobs:
openapi:
version bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: 'https://github.com/snypy/snypy-docker'
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
repository: 'snypy/snypy-docker'
token: ${{ secrets.API_TOKEN_GITHUB }}

- name: Update env file
run: |
Expand Down

0 comments on commit dd1d169

Please sign in to comment.