Skip to content

Commit

Permalink
Merge pull request #36 from initializ-buildpacks/automations/github-c…
Browse files Browse the repository at this point in the history
…onfig/update

Updates github-config
  • Loading branch information
Naveen-is-here authored Jul 4, 2024
2 parents 4eb91cb + 41b6603 commit 82d3c31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/update-dependencies-from-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
schedule:
- cron: '57 13 * * *' # daily at 13:57 UTC

env:
AWS_REGION : "us-east-1"
permissions:
id-token: write # This is required for requesting the JWT
contents: write # This is required for actions/checkout

jobs:
retrieve:
name: Retrieve New Versions and Generate Metadata
Expand All @@ -27,7 +21,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3


- name: Setup Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -228,22 +221,6 @@ jobs:
echo "artifact-file=$(basename ./*.tgz)" >> "$GITHUB_OUTPUT"
echo "checksum-file=$(basename ./*.tgz.checksum)" >> "$GITHUB_OUTPUT"
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.ROLE }}
aws-region: ${{ env.AWS_REGION }}
- name: Upload to S3
id: upload
uses: initializ-buildpacks/github-config/actions/dependency/upload-to-s3@main
with:
bucket-name: "initializ-buildpacks"
dependency-name: ${{ needs.retrieve.outputs.id }}
artifact-path: ${{ steps.get-file-names.outputs.artifact-file }}
- name: Get Checksum
id: get-checksum
run: echo "checksum=$(cat ${{ steps.get-file-names.outputs.checksum-file }})" >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -327,7 +304,6 @@ jobs:
if: ${{ steps.commit.outputs.commit_sha != '' }}
uses: initializ-buildpacks/github-config/actions/pull-request/push-branch@main
with:
token: ${{ secrets.PAT }}
branch: automations/dependencies/update-from-metadata
- name: Open Pull Request
Expand Down
File renamed without changes.

0 comments on commit 82d3c31

Please sign in to comment.