Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieHillRoa committed Feb 20, 2024
1 parent 529d718 commit 4b1b6c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-unleash-api-token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Deploy unleash-apitoken to dev
permissions:
id-token: write
packages: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -28,6 +29,7 @@ jobs:
name: Deploy unleash-apitoken to prod
permissions:
id-token: write
packages: write
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 4b1b6c9

Please sign in to comment.