Skip to content

Commit

Permalink
fix: debugging; possible expired token so switching for new one creat…
Browse files Browse the repository at this point in the history
…ed by me
  • Loading branch information
BHSDuncan committed May 4, 2023
1 parent dd00869 commit 1d69c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fanout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
repository: "godot-escoria/escoria-demo-game"
ref: "develop"
path: "demo-game"
token: "${{ secrets.DEPLOYMENT_TOKEN }}"
token: "${{ secrets.ESCORIA_DEPLOYMENT_TOKEN }}"
fetch-depth: 0
- name: "Filtering out ${{ env.DIR }}"
run: |
Expand All @@ -61,7 +61,7 @@ jobs:
repository: "${{ env.REPO }}"
ref: "develop"
path: "target"
token: "${{ secrets.DEPLOYMENT_TOKEN }}"
token: "${{ secrets.ESCORIA_DEPLOYMENT_TOKEN }}"
fetch-depth: 0
- name: "Apply changes"
run: |
Expand Down

0 comments on commit 1d69c30

Please sign in to comment.