Skip to content

Commit

Permalink
rename token
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Oct 19, 2023
1 parent 5541069 commit fccd67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "BRANCH_NAME=chore/update-protos-to-\$LATEST_TAG" >> $GITHUB_ENV
- name: Clone Repository
run: git clone --depth=1 --branch=development https://runner:${{ secrets.ACCESS_TOKEN }}@github.com/${{ env.REPOSITORY }} ${{ env.FOLDER }}
run: git clone --depth=1 --branch=development https://runner:${{ secrets.CAMPUS_FLUTTER_TOKEN }}@github.com/${{ env.REPOSITORY }} ${{ env.FOLDER }}

- name: Update Proto Files
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# Store the PAT in a file that can be accessed by the
# GitHub CLI.
cd ${{ env.FOLDER }}
echo "${{ secrets.ACCESS_TOKEN }}" > token.txt
echo "${{ secrets.CAMPUS_FLUTTER_TOKEN }}" > token.txt
# Authorize GitHub CLI for the current repository and
# create a pull-requests containing the updates.
Expand Down

0 comments on commit fccd67e

Please sign in to comment.