We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc3212 commit 089bd92Copy full SHA for 089bd92
2 files changed
examples/snippets/.github/workflows/atmos-components-updater.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Generate a token
21
id: github-app
22
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
23
with:
24
app-id: ${{ secrets.ATMOS_APP_ID }}
25
private-key: ${{ secrets.ATMOS_PRIVATE_KEY }}
examples/snippets/.github/workflows/atmos-pro-list-instances.yaml
@@ -41,7 +41,7 @@ jobs:
41
echo "ATMOS_CLI_CONFIG_PATH=$(realpath ${{ vars.ATMOS_CONFIG_PATH }})" >> $GITHUB_ENV
42
43
- name: Install Atmos
44
- uses: cloudposse/github-action-setup-atmos@v2
+ uses: cloudposse/github-action-setup-atmos@v3
45
46
atmos-version: ${{ vars.ATMOS_VERSION }}
47
token: ${{ github.token }}
0 commit comments