Skip to content

Commit

Permalink
refactor: don't pull Github token in setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 12, 2023
1 parent c4fa444 commit a6670fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,5 @@ runs:
with:
role-to-assume: ${{ inputs.aws_role_arn }}
aws-region: ${{ inputs.aws_region }}
- name: Fetch Github token
shell: bash
id: token
run: |
TOKEN=$(aws secretsmanager get-secret-value --secret-id 'global/ci/deploy' | jq -r .SecretString | jq -r .token)
echo "token=$TOKEN" >>$GITHUB_OUTPUT
- name: Setup Remote Runner
uses: input-output-hk/catalyst-ci/actions/configure-runner@setup-action

0 comments on commit a6670fd

Please sign in to comment.