Skip to content

Commit

Permalink
fix: remove unused github token reference (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
braaar authored Aug 29, 2023
1 parent 32f4168 commit 0fdc81c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/bjerk-conf/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import * as pulumi from '@pulumi/pulumi';
import { github } from './resources/config';
import { serviceAccount } from './resources/google/service-account';
import './resources/github/secrets';
import './resources/google/api-services';

export const serviceAccountEmail = pulumi.secret(serviceAccount.email);
export const gitHubToken = pulumi.secret(github.token);

0 comments on commit 0fdc81c

Please sign in to comment.