Skip to content

Commit c2ab230

Browse files
committed
remove ENV usage
1 parent 0ed2565 commit c2ab230

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ jobs:
238238
echo "🎯 Preview page: ${deploy_url}/${{ github.event.inputs.preview_page }}"
239239
fi
240240
fi
241-
env:
242-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
243-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
244241
- name: Post PR Comment with Preview Links
245242
if: github.event_name == 'pull_request'
246243
uses: actions/github-script@v8

0 commit comments

Comments
 (0)