Skip to content

Commit

Permalink
chore(env): update fast forward pipeline token (#136)
Browse files Browse the repository at this point in the history
fix variable

Signed-off-by: Cyril Fougeray <[email protected]>
  • Loading branch information
MichalLeszczynski authored and fouge committed Dec 18, 2024
1 parent 7403031 commit 0974d92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fast-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
issues: write

steps:
- name: Configure git
run: |
git config --global --add url."https://wc-cicd:${{ secrets.GITHUB_TOKEN }}@github.com/worldcoin/".insteadOf "[email protected]:worldcoin/"
- name: Fast forwarding
uses: sequoia-pgp/fast-forward@v1
with:
Expand All @@ -25,4 +29,4 @@ jobs:
# never post a comment. (In all cases the information is
# still available in the step's summary.)
comment: on-error
github_token: ${{ github.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0974d92

Please sign in to comment.