Skip to content

Commit

Permalink
Update first-time-setup.yml
Browse files Browse the repository at this point in the history
trying to remove the other token
  • Loading branch information
WoutDLN authored Mar 10, 2024
1 parent 4c1d956 commit 850ec7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/first-time-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ permissions:
checks: write
contents: write


jobs:
first-time-setup:
# ensure run only once, when repo generated
Expand All @@ -28,9 +27,6 @@ jobs:
# get main branch repo contents
- name: Checkout code
uses: actions/checkout@v4
# ADDED THIS CHANGE
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

# remove files not needed for user instance of template
- name: Remove unneeded files
Expand All @@ -41,7 +37,7 @@ jobs:
run: |
echo "
Personalized readme text. Hello ${{ github.repository_owner }}!
Personalized readme text. Hello ${{ github.repository_owner }}! tester

" > README.md
Expand Down

0 comments on commit 850ec7a

Please sign in to comment.