Skip to content

Commit

Permalink
build: remove GITHUB_TOKEN from user secrets (electron#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jan 4, 2022
1 parent 4195ffd commit f0590b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
required: true
type: string
secrets:
GITHUB_TOKEN:
required: true
SAS:
required: true

Expand Down Expand Up @@ -93,4 +91,4 @@ jobs:
retry_on: error
command: ./scripts/bin/azcopy copy "./build/*" "https://electronjsorg.blob.core.windows.net/%24web/?$SAS" --recursive
env:
SAS: ${{ secrets.SAS }}
SAS: ${{ secrets.SAS }}

0 comments on commit f0590b6

Please sign in to comment.