Skip to content

Commit

Permalink
Fix: d4g-utils action missing gh_token
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudinnicolas committed Feb 14, 2024
1 parent ebad482 commit 01bb9c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/d4g-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
echo "::set-output name=repos::$repos"
env:
GITHUB_TOKEN: ${{ secrets.D4GTECH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.D4GTECH_TOKEN }}

- name: Copy files to organization repos
run: |
Expand All @@ -48,7 +47,10 @@ jobs:
echo "repo_using_template: $repo"
fi
done
env:
GH_TOKEN: ${{ secrets.D4GTECH_TOKEN }}


# for repo in ${{ steps.org_repos.outputs.repos }}; do
# # Clone the repository
# git clone "https://github.com/$repo" target_repo
Expand Down

0 comments on commit 01bb9c7

Please sign in to comment.