Skip to content

Commit

Permalink
fix(build): checkout without token
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardvh authored May 12, 2022
1 parent 52c7452 commit 7e8521c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: '[4.2] Clone Misc.SalesForecasting'
uses: actions/checkout@v2
with:
token: '${{ secrets.BUILD_READ_PAT }}'
repository: majako/nopcommerce-sales-forecasting
ref: '4.2'
path: ${{ github.workspace }}/nopCommerce/src/Plugins/Misc.SalesForecasting
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
- name: '[4.3] Clone Misc.SalesForecasting'
uses: actions/checkout@v2
with:
token: '${{ secrets.BUILD_READ_PAT }}'
repository: majako/nopcommerce-sales-forecasting
ref: '4.3'
path: ${{ github.workspace }}/nopCommerce/src/Plugins/Misc.SalesForecasting
Expand Down Expand Up @@ -83,7 +81,6 @@ jobs:
- name: '[4.4] Clone Misc.SalesForecasting'
uses: actions/checkout@v2
with:
token: '${{ secrets.BUILD_READ_PAT }}'
repository: majako/nopcommerce-sales-forecasting
ref: '4.4'
path: ${{ github.workspace }}/nopCommerce/src/Plugins/Misc.SalesForecasting
Expand Down Expand Up @@ -117,7 +114,6 @@ jobs:
- name: '[4.5] Clone Misc.SalesForecasting'
uses: actions/checkout@v2
with:
token: '${{ secrets.BUILD_READ_PAT }}'
repository: majako/nopcommerce-sales-forecasting
ref: '4.5'
path: ${{ github.workspace }}/nopCommerce/src/Plugins/Misc.SalesForecasting
Expand Down

0 comments on commit 7e8521c

Please sign in to comment.