Skip to content

Commit

Permalink
Migrate to OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Mar 25, 2024
1 parent 9ae787b commit 629083b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

permissions:
id-token: write
contents: read

jobs:
build:
name: Build PDF
Expand Down Expand Up @@ -55,9 +59,9 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1
role-to-assume: arn:aws:iam::570943329925:role/github-gb-ctr
role-session-name: Github-Actions
- name: Download built PDF
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 629083b

Please sign in to comment.