Skip to content

Commit

Permalink
try shiney new GH reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh authored Feb 16, 2024
1 parent 4cf297a commit 5fb5fa0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: CICD
on: push

jobs:
# permissions: { contents: read, packages: write, id-token: write }
cicd:
runs-on: ubuntu-latest
permissions: { contents: read, packages: write, id-token: write }
steps:
# https://github.com/internetarchive/cicd
- uses: internetarchive/cicd@v1
with:
BASE_DOMAIN: 'dev.archive.org'
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/internetarchive/cicd
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
secrets:
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5fb5fa0

Please sign in to comment.