Skip to content

Commit

Permalink
✨ Update documentation (ossf/scorecard-action#203)
Browse files Browse the repository at this point in the history
* set GITHUB_TOKEN as default token

* updates

* Update doc

* Update doc

* updates

* updates

* update

* update

* update

* update

* updates
  • Loading branch information
laurentsimon authored and justaugustus committed May 25, 2022
1 parent 485b898 commit bc4500f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action/options/options_test.go
Expand Up @@ -164,7 +164,6 @@ func TestNew(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {

os.Setenv(EnvGithubAuthToken, testToken)
defer os.Unsetenv(EnvGithubAuthToken)

Expand Down

0 comments on commit bc4500f

Please sign in to comment.