File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
stacks/dashboard/src/stores Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export async function useHttpFetch(endpoint = '') {
57
57
const parameters : FetchParams = {
58
58
...params ,
59
59
...{
60
- headers : { Accept : 'application/json' , Authorization : `Bearer ${ token . value } ` } ,
60
+ headers : { Accept : 'application/json' } ,
61
61
parseResponse : JSON . parse ,
62
62
method : 'GET' ,
63
63
baseURL,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const useGitStore = defineStore('git', {
33
33
34
34
fetch . setToken ( token )
35
35
36
- const response = await fetch . get ( `actions/workflows/27396595 /runs?per_page=${ numberOfCommits } ` )
36
+ const response = await fetch . get ( `/actions /runs?per_page=${ numberOfCommits } ` )
37
37
38
38
this . workflowRuns = response . workflow_runs
39
39
}
You can’t perform that action at this time.
0 commit comments