Skip to content

Commit

Permalink
Use admin access for CI deep links
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Aug 8, 2024
1 parent 3148897 commit da94be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/src/slack-message-handler/builder.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { compareCommits } from './github.mjs';
import regions from './regions.mjs';

function deepLink(accountId, url) {
const deepLinkRoleName = 'ViewOnlyAccess';
const deepLinkRoleName = 'AdministratorAccess';

const urlEncodedUrl = encodeURIComponent(url);
return `https://d-906713e952.awsapps.com/start/#/console?account_id=${accountId}&role_name=${deepLinkRoleName}&destination=${urlEncodedUrl}`;
Expand Down

0 comments on commit da94be3

Please sign in to comment.