Skip to content

Commit

Permalink
✨ Update documentation (ossf#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 a7d067f commit 1c09180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action/options/options_test.go
Original file line number Diff line number Diff line change
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 1c09180

Please sign in to comment.