Skip to content

Commit

Permalink
[GitHubCredentials] Add Empty Credentials File
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-G committed Feb 18, 2016
1 parent d2562d7 commit 5c79dfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SwiftFlowGitHubBrowser/GitHubAuth/Credentials.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// Credentials.swift
// SwiftFlowGitHubBrowser
//
// Created by Benji Encz on 1/5/16.
// Copyright © 2016 Benji Encz. All rights reserved.
//

import Foundation

// Insert GitHub Token and Secret Here
let gitHubToken = ""
let gitHubSecret = ""

0 comments on commit 5c79dfa

Please sign in to comment.