Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Oct 22, 2024
1 parent 9cee9dc commit d062640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/actions/runWorkflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func RunWorkflow() error {
return err
}

if environment.GithubIDRequestToken() != "" {
if os.Getenv("ACTIONS_ID_TOKEN_REQUEST_TOKEN") != "" {
fmt.Println("ID TOKEN PERMISSION IS SET")
}

Expand Down

0 comments on commit d062640

Please sign in to comment.