Skip to content

Commit

Permalink
fix(gh): pass token to gh operations
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Dec 1, 2022
1 parent f0b5306 commit 63c63b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/proto-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Clone Flipt into sub-directory
run: gh repo clone flipt-io/flipt
env:
GH_TOKEN: ${{ github.token }}

- name: Bootstrap Tools
run: |
Expand All @@ -39,6 +41,8 @@ jobs:
run: rm -rf ./flipt/

- name: Prepare Branch
env:
GH_TOKEN: ${{ github.token }}
run: |
git checkout -b "generate/${{ inputs.tag }}"
git add .
Expand Down

0 comments on commit 63c63b9

Please sign in to comment.