Skip to content

Commit

Permalink
Merge pull request #1345 from razee-io/resource
Browse files Browse the repository at this point in the history
switch github token to deploy resource.yaml in release
  • Loading branch information
kdai7 committed Nov 9, 2023
2 parents 1579d41 + fe4b07a commit 921caa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ services:
before_install:
- echo "$DOCKERHUB_TOKEN" | docker login -u "icdevops" --password-stdin;
- unset GITHUB_TOKEN
- export GITHUB_TOKEN="${GITHUB_TOKEN_20230511}"
- export GITHUB_TOKEN="${PUBLIC_GITHUB_TOKEN_2023_07_10}"
- export WS_APIKEY=${WS_APIKEY}
- export WS_USERKEY=${WS_USERKEY}
- export WS_PRODUCTNAME=${WS_PRODUCTNAME}
Expand Down

0 comments on commit 921caa5

Please sign in to comment.